Item object
The Item object holds information about an item in the context menu. The Item property searches recursively the item with giving identifier/caption. The Item object supports the following 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 background color of the item.
BoldSpecifies whether the item's caption should appear in bold.
CaptionRetrieves or sets a value that indicates the item's caption.
CaptionWidthSpecifies the fixed width to display the item's caption.
CheckRetrieves or sets a value that indicates whether the item is of check type.
CheckedRetrieves or sets a value that indicates the item's state.
CloseOnClickSpecifies the way the owner menu is closed once the user clicks the item.
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.
EditMaskSpecifies the edit's mask when the item contains an masked edit control.
EditOptionSpecifies different options for item's edit control.
EditValueSpecifies the edit's value when the item contains an edit control.
EditWidthSpecifies the width for the inside edit control.
EnabledRetrieves or sets a value that indicates whether the item is enabled or disabled.
ForeColorSpecifies the foreground color of the item.
GroupPopupSpecifies whether the items of the sub-menu are grouped and displayed on the current item.
HotBackColorSpecifies the hot background color of the item ( when the cursor hovers the item ).
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 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.
ItemHeightSpecifies the fixed height to display the item.
ItemsRetrieves an Items collection that indicates the item's sub menu. Retrieves Nothing, if the item contains no sub menu.
ItemTypeReturns the type of the item.
PaddingSpecifies the padding (space between the menu border and the item content) to display the item.
ParentGets the item's parent, if the current item belongs to a submenu/popup.
PositionSpecifies the position of the item, within its collection.
RadioRetrieves or sets a value that indicates whether the item is of radio type.
RadioGroupIndicates the group of radio items that the current item belongs.
SelBackColorSpecifies the background color of the item when it is selected.
SelHotBackColorSpecifies the background color of the selected item when the cursor hovers it.
ShortcutSpecifies the key combination that the user can press to select the item quickly.
ShowAsButtonSpecifies whether the item is shown as a button.
ShowAsDisabledSpecifies whether the item is shown as disabled.
ShowCheckedAsSelectedSpecifies whether the checked item shows as selected.
ShowDownRetrieves or sets a value that indicates whether the item's submenu is up or down oriented .
ShowLocalPopupSpecifies whether the item's popup is shown as local. Clicking any item inside a local popup makes the popup itself to close including all its descendent sub-menus, without closing any ascendant sub-menus.
ShowPopupArrowGets or sets a value that indicates whether an item that has a sub-menu shows or hides its popup arrow.
ShowPopupOnCheckedSpecifies whether the item's sub menu is shown only if the item is checked.
StrikeoutSpecifies whether the item's caption should appear in strikeout.
SubControlRetrieves the Control object that holds information about item's inside component.
SubMenuRetrieves an Items collection that indicates the item's sub menu. Retrieves Nothing, if the item contains no sub menu.
TabSpecifies the identifier of the item/tab where the current group popup is shown instead.
TooltipSpecifies the item's tooltip.
TooltipTitleSpecifies the title of the item's tooltip.
ToStringLoads or saves the item using string representation.
UnderlineSpecifies whether the item's caption appears as underlined.
UserDataAssociates an extra data to the object.
VisibleSpecifies whether the item is visible or hidden.