| | Name | Description | |
| | Alignment | Retrieves or sets the item's caption alignment. | |
| | AllowEdit | Retrieves or sets a value indicating whether the item contains an edit control. | |
| | BackColor | Specifies the background color of the item. | |
| | Bold | Specifies whether the item's caption should appear in bold. | |
| | Caption | Retrieves or sets a value that indicates the item's caption. | |
| | CaptionWidth | Specifies the fixed width to display the item's caption. | |
| | Check | Retrieves or sets a value that indicates whether the item is of check type. | |
| | Checked | Retrieves or sets a value that indicates the item's state. | |
| | CloseOnClick | Specifies the way the owner menu is closed once the user clicks the item. | |
| | Cursor | Specifies the shape of the cursor when mouse hovers the item. | |
| | EditBorder | Specifies the border for the inside edit control. | |
| | EditCaption | Specifies the edit's caption when the item contains an edit control. | |
| | EditMask | Specifies the edit's mask when the item contains an masked edit control. | |
| | EditOption | Specifies different options for item's edit control. | |
| | EditValue | Specifies the edit's value when the item contains an edit control. | |
| | EditWidth | Specifies the width for the inside edit control. | |
| | Enabled | Retrieves or sets a value that indicates whether the item is enabled or disabled. | |
| | ForeColor | Specifies the foreground color of the item. | |
| | GroupPopup | Specifies whether the items of the sub-menu are grouped and displayed on the current item. | |
| | HotBackColor | Specifies the hot background color of the item ( when the cursor hovers the item ). | |
| | 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 specifies the item's identifier. | |
| | Image | Retrieves or sets a value that indicates the item's index image. | |
| | Italic | Specifies whether the item's caption should appear in italic. | |
| | ItemHeight | Specifies the fixed height to display the item. | |
| | Items | Retrieves an Items collection that indicates the item's sub menu. Retrieves Nothing, if the item contains no sub menu. | |
| | ItemType | Returns the type of the item. | |
| | Padding | Specifies the padding (space between the menu border and the item content) to display the item. | |
| | Parent | Gets the item's parent, if the current item belongs to a submenu/popup. | |
| | Position | Specifies the position of the item, within its collection. | |
| | Radio | Retrieves or sets a value that indicates whether the item is of radio type. | |
| | RadioGroup | Indicates the group of radio items that the current item belongs. | |
| | SelBackColor | Specifies the background color of the item when it is selected. | |
| | SelHotBackColor | Specifies the background color of the selected item when the cursor hovers it. | |
| | Shortcut | Specifies the key combination that the user can press to select the item quickly. | |
| | ShowAsButton | Specifies whether the item is shown as a button. | |
| | ShowAsDisabled | Specifies whether the item is shown as disabled. | |
| | ShowCheckedAsSelected | Specifies whether the checked item shows as selected. | |
| | ShowLocalPopup | Specifies 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. | |
| | ShowPopupAlign | Retrieves or sets a value that indicates how the item's sub-menu is aligned relative to the parent item. | |
| | ShowPopupArrow | Gets or sets a value that indicates whether an item that has a sub-menu shows or hides its popup arrow. | |
| | ShowPopupAt | Specifies the identifier of the item where the current item's submenu/popup is displayed. | |
| | ShowPopupOffset | Specifies the offset (horizontal,vertical) to display the item's submenu/popup relative to its default position. | |
| | ShowPopupOnChecked | Specifies whether the item's sub menu is shown only if the item is checked. | |
| | Strikeout | Specifies whether the item's caption should appear in strikeout. | |
| | SubControl | Retrieves the Control object that holds information about item's inside component. | |
| | SubMenu | Retrieves an Items collection that indicates the item's sub menu. Retrieves Nothing, if the item contains no sub menu. | |
| | Tab | Specifies the identifier of the item/tab where the current group popup is shown instead. | |
| | Tooltip | Specifies the item's tooltip. | |
| | TooltipTitle | Specifies the title of the item's tooltip. | |
| | ToString | Loads or saves the item using string representation. | |
| | Underline | Specifies whether the item's caption appears as underlined. | |
| | Update | Updates the item. | |
| | UserData | Associates an extra data to the object. | |
| | Visible | Specifies whether the item is visible or hidden. | |