PDA

View Full Version : Context Menu


Unregistered
October 28, 2002, 17:36:02
Hi,

Is it possible to control the context menu displayed in the TextControl object? Can we add new functions or overload the existing ones?

Thanks for your help.
Didier PH Martin


This message was originally posted by Didier PH Martin in the old TX Text Control Support Forum.

Unregistered
October 30, 2002, 08:37:08
Didier,

do you mean like this

If TXTextControl1.TableCanChangeAttr And Button = 2 Then
mnuTable_Click
PopupMenu mnuTable
Exit Sub
End If

Where mnuTable is a menu that you have defined.


This message was originally posted by Matt in the old TX Text Control Support Forum.