ItemEnabled property (TAnnMenu)
Builder Syntax |
bool ItemEnabled [int iIndex] |
Delphi Syntax |
ItemEnabled [iIndex: Integer]: Boolean |
Overview |
Refer to Annotation Menu |
Remarks
(Document/Medical only) Gets or sets the enabled state of the specified menu item. Possible values are:
Value |
Meaning |
True |
The menu item is enabled. |
False |
The menu item is not enabled. |
This property is associated with the AnnMenu object that is passed to the OnAnnMenu event.
See Also
Elements |
OnAnnMenu event, Count property, ItemString property, ItemType property, ItemID property, ItemChecked property, DeleteItem method, AddItem method, GetSubMenu Method |
Topics |