The
Item object holds information about an item. An item can have associated an
icon and multiple lines HTML text. The Item object supports the following
methods and properties:
| | Name | Description | |
| | Alignment | Specifies the item's alignment. | |
| | BackColor | Specifies the item's background color. | |
| | Bold | Sets or returns whether or not the item should appear in bold. | |
| | Caption | Returns or sets a value that indicates the caption of the item. | |
| | ClearBackColor | Clears the item's background color. | |
| | ClearForeColor | Clears the item's foreground color. | |
| | ForeColor | Specifies the item's foreground color. | |
| | Image | Specifies a value that indicates the index of icon being displayed. | |
| | Italic | Sets or returns whether or not the item should appear in italic. | |
| | Picture | Specifies the item's picture. | |
| | StrikeOut | Sets or returns whether or not the item should appear in strikeout. | |
| | ToolTip | Specifies the description for item's tooltip. | |
| | ToolTipTitle | Specifies the title of the item's tooltip. | |
| | Underline | Sets or returns whether or not the item should appear in underline. | |
| | UserData | Specifies an extra value associated to the item. | |