Item object
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:

NameDescription
AlignmentSpecifies the item's alignment.
BackColorSpecifies the item's background color.
BoldSets or returns whether or not the item should appear in bold.
CaptionReturns or sets a value that indicates the caption of the item.
ClearBackColorClears the item's background color.
ClearForeColorClears the item's foreground color.
ForeColorSpecifies the item's foreground color.
ImageSpecifies a value that indicates the index of icon being displayed.
ItalicSets or returns whether or not the item should appear in italic.
PictureSpecifies the item's picture.
StrikeOutSets or returns whether or not the item should appear in strikeout.
ToolTipSpecifies the description for item's tooltip.
ToolTipTitleSpecifies the title of the item's tooltip.
UnderlineSets or returns whether or not the item should appear in underline.
UserDataSpecifies an extra value associated to the item.