The
Item object holds information about the control's item. The Item object
supports the following properties:
| | Name | Description | |
| | Alignment | Specifies the item's alignment. | |
| | AllowHighLight | Specifies whether the item can be marked as highlighted. | |
| | BackColor | Retrieves or sets the item's background color. | |
| | BackColor2 | Specifies the color at the ending boundary line of the gradient item's caption. | |
| | BackgroundExt | Indicates additional colors, text, images that can be displayed on the item's background using the EBN string format. | |
| | BackgroundExtValue | Specifies at runtime, the value of the giving property for specified part of the background extension. | |
| | Bold | Specifies whether the item's caption should appear in bold. | |
| | Caption | Specifies the item's caption. | |
| | CaptionFormat | Specifies how the item's caption is displayed. | |
| | ForeColor | Specifies the item's foreground color. | |
| | Group | Gets the owner group. | |
| | Image | Specifies the item's icon. | |
| | ImageAlignment | Specifies the icon's alignment. | |
| | Indent | Specifies the amount in pixels of the item's indent. | |
| | Index | Gets the index of the item. | |
| | Italic | Specifies whether the item's caption should appear in italic. | |
| | Position | Specifies the item's position. | |
| | SingleLine | Specifies whether the caption is displayed using one or multiple lines. | |
| | StrikeOut | Specifies whether the item's caption should appear in strikeout. | |
| | ToolTip | Specifies the item's tooltip. | |
| | Underline | Specifies whether the item's caption is underlined. | |
| | UserData | Associates an extra data to the object. | |
| | Visible | Specifies whether the item is visible or hidden. | |