property Item.Caption as String
Specifies the item's HTML caption.

TypeDescription
String A String expression that defines the built-in HTML caption to be shown on the item's toolbar.
By default, the Caption property is empty. The Caption property specifies the item's HTML caption. If the Caption property includes the ItemsDelimiter value, it indicates that the toolbar's item displays a drop down list, when user clicks the item. Each part of the Caption between two delimiters indicates an item in the drop down. The ItemValueDelimiter property specifies the delimiter sequence for drop down value. For instance, "Item <b>A;Item <b>A#1;Item <b>B#2;Item <b>C#3" indicates that the toolbar's item displays the "Item A", and it's drop down list contains "Item A" with the value 1, "Item B" with the value 2 and "Item C" with the value 3. 

The ToolTip property specifies the item's tooltip which is shown when the cursor hovers it. The UserData property associates any extra data to an item. The Enabled property enables or disables the specified item. 

The Caption property supports the following HTML elements: