Action
|
Returns or sets the action string associated with the control.
|
Caption
|
A synonymous for the Text property.
|
Checked
|
Indicates if a menu is checked.
|
Children
|
Returns a collection of each child of the menu.
|
Closed
|
Return if a menu is closed.
|
Enabled
|
Indicates if the menu is enabled.
|
Name
|
Returns or sets the name of the menu control.
|
Parent
|
Return the parent of the menu, or NULL the menu is a top-level menu.
|
Picture
|
Returns or sets the icon displayed in the menu.
|
Proxy
|
Return or set the proxy of a menu.
|
Radio
|
Return or set if a menu acts like a radio button.
|
Shortcut
|
Returns or sets the shorcut key name of the menu.
|
Tag
|
Returns or sets the tag associated with the menu.
|
Text
|
Returns or sets the text displayed in the menu.
|
Toggle
|
Returns or sets if this Menu acts like a toggle.
|
Value
|
A synonymous for the Checked property.
|
Visible
|
Indicates if the menu is visible.
|
Window
|
Returns the Window this Menu belongs to.
|