menuitem
|
AddEvent(iEvent) | Adds event to set of events handled by this control |
|
AddTimedEvent(iEvent, sEventName$, iLimit) | Marks an event for timing by the client |
|
CreateMenuItem(sText$) | Create a menu item as a child of this menu item |
|
CreateMenuItem(sText$, iStyle) | Create a menu item as a child of this menu item |
|
Duplicate() | Duplicate menu item as separator |
|
Duplicate(sText$) | Duplicate menu item |
|
Duplicate(sText$, iChildFlag) | Duplicate menu item with child flag |
|
RaiseEvent(iEvent) | Call an event during form tests |
|
SetDefault() | Sets menu item to default |
|
TestAddEventArg(sType$, sValue$) | Add an argument to an event during form tests |
|
TestGetNumericProperty(sName$) | Get numeric property |
|
TestGetObjectProperty(sName$) | Get object property |
|
TestGetStringProperty$(sName$) | Get string property |
|
TestSetNumericProperty(sName$, iValue) | Set a property during form tests |
|
TestSetObjectProperty(sName$, objValue) | Set a property during form tests |
|
TestSetStringProperty(sName$, sValue$) | Set a property during form tests |
|
ButtonText$ | Specifies the label used by the button associated with a menu item |
|
Checked | Used to check a menu item or determine the status of a menu item |
|
ClassId | Control type |
|
ClientTag$ | Free text field available to programmers. Intended for use in the browser client. Accessible client side. |
|
ClosesForm | Indicates this item will close the form and KClient should link the close button to it |
|
Context$ | Context of control, provided by the application |
|
Enabled | Enables/disables menu items |
|
FormObject | Returns the form object of this form |
|
Help$ | Specifies the text displayed in the status bar when an item is highlighted |
|
Index | Returns the index of the selected menu item |
|
Key | Specifies the accelerator key for the menu item |
|
MenuNext | Get next menu object |
|
Name$ | Name of control |
|
OnToolbar | Set the icon on toolbar visible/invisible |
|
ParentControl | Menu on which this item appears |
|
Picture | Specifies the toolbar picture for the menu item |
|
Sym | Returns a pointer value to the control |
|
Tag$ | Per item property for programmer use |
|
TagPtr | Handle field available to programmers |
|
Text$ | Specifies the label used by the menu item |
|
Visible | Makes a menu item visible/invisible |
|
Select() Event | Called when a menu item is selected |