Item object
The Item object holds information about a menu item. Use the Items property to access the control's items collection. Use Add method to add new items to the menu. Use the Item or Find property to access an Item object. Here's the list of supported properties and methods:

NameDescription
AlignmentRetrieves or sets the item's caption alignment.
AllowEditRetrieves or sets a value indicating whether the item contains an edit control.
BackColorSpecifies the item's background color when the UseBackColor property is True.
BoldSpecifies whether the item's caption should appear in bold.
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.
CheckEffectSpecifies the visual effect of the check box in the item.
ControlSpecifies whether the item contains a control inside.
CursorSpecifies the shape of the cursor when mouse hovers the item.
EditBorderSpecifies the border for the inside edit control.
EditCaptionSpecifies the edit's caption when the item contains an edit control.
EditWidthSpecifies the width for the inside edit control.
EnabledRetrieves or sets a value that indicates the item's state.
ForeColorSpecifies the item's foreground color when the UseForeColor property is True.
IDRetrieves or sets a value that specifies the item's identifier.
ImageRetrieves or sets a value that indicates the item's index image.
ItalicSpecifies whether the item's caption should appear in italic.
ParentGets the item's parent.
PopupRetrieves or sets a value indicating whether the item contains a sub menu.
SeparatorRetrieves or sets a value that indicates whether the source is a separator item.
ShowDownRetrieves or sets a value that indicates whether the item's submenu is up or down oriented .
StrikeoutSpecifies whether the item's caption should appear in strikeout.
SubControlRetrieves the Control object that holds information about item's inside component.
SubMenuRetrieves a Menu object that indicates the item's sub menu. Retrieves Nothing, if the item contains no sub menu.
TooltipSpecifies the item's tooltip.
TooltipTitleSpecifies the title of the item's tooltip.
UnderlineSpecifies whether the item's caption appears as underlined.
UseBackColorRetrieves or sets a value that indicates whether the item's background color is specified by BackColor property.
UseForeColorRetrieves or sets a value that indicates whether the item's foreground color is specified by ForeColor property.
UserDataAssociates an extra data to the object.
VisibleSpecifies whether the item is visible or hidden.