menuitem

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