ItemChecked property (TAnnMenu)
Builder Syntax |
bool ItemChecked [int iIndex] |
Delphi Syntax |
ItemChecked [iIndex: Integer]: Boolean |
Overview |
Refer to Annotation Menu |
Remarks
(Document/Medical only) Gets or sets the checked state of the specified menu item. Possible values are:
Value |
Meaning |
True |
The menu item is checked. |
False |
The menu item is not checked. |
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, ItemEnabled property, DeleteItem method, AddItem method, GetSubMenu Method |
Topics |