The
Item object represents an menu item at runtime. Use Item object when you need
to add new items to the menu. Use the
Item
property of the Menu object to access an Item object. The Item object contains
the following information about menu's item:
| | Name | Description | |
| | Bullet | Retrieves or sets a value indicating whether the item is of bullet type. | |
| | Caption | Retrieves or sets a value that indicates the item's caption. | |
| | Check | Retrieves or sets a value that indicates whether the item is of check type. | |
| | Enabled | Specifies whether the item is enabled or disabled. | |
| | FilePath | Retrieves a value that indicates the file path of the item, when it is of ShortCut type. | |
| | Gray | Specifies whether a disabled item appears as grayed. | |
| | Highlight | Specifies whether the focused item appears selected. | |
| | HTMLImage | Retrieves or sets a value that indicates the key of the image (HTMLPicture method) to be displayed on the item ( left side ). | |
| | ID | Retrieves or sets a value that indicates the item's identifier. | |
| | Image | Retrieves or sets a value that indicates the item's index image. | |
| | ItemData | Associates an extra data to an item. | |
| | Parent | Gets the parent item. | |
| | Separator | Retrieves or sets a value that indicates whether the source is a separator item. | |
| | SubMenu | Retrieves a Menu object that indicates the item's sub menu. | |
| | Visible | Specifies whether the item is visible or hidden. | |