Item object
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:

NameDescription
BulletRetrieves or sets a value indicating whether the item is of bullet type.
CaptionRetrieves or sets a value that indicates the item's caption.
CheckRetrieves or sets a value that indicates whether the item is of check type.
EnabledSpecifies whether the item is enabled or disabled.
FilePathRetrieves a value that indicates the file path of the item, when it is of ShortCut type.
GraySpecifies whether a disabled item appears as grayed.
HighlightSpecifies whether the focused item appears selected.
HTMLImageRetrieves or sets a value that indicates the key of the image (HTMLPicture method) to be displayed on the item ( left side ).
IDRetrieves or sets a value that indicates the item's identifier.
ImageRetrieves or sets a value that indicates the item's index image.
ItemDataAssociates an extra data to an item.
ParentGets the parent item.
SeparatorRetrieves or sets a value that indicates whether the source is a separator item.
SubMenuRetrieves a Menu object that indicates the item's sub menu.
VisibleSpecifies whether the item is visible or hidden.