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. | |
| | | BackColor | Retrieves or sets the item's background color. | |
| | | BackColor2 | Specifies the color at the ending boundary line of the gradient item's caption. | |
| | | 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 image. | |
| | | 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. | |
| | | StrikeOut | Specifies whether the item's caption should appear in strikeout. | |
| | | ToolTip | Specifies the item's tooltip. | |
| | | Underline | Specifies whether the item's caption appears as underlined.. | |
| | | UserData | Associates an extra data to the object. | |
| | | Visible | Specifies whether the item is visible or hidden. | |