property Item.Caption as String
Retrieves or sets a value that indicates the item's caption.

TypeDescription
String A String expression that specifies the HTML caption to be displayed on the context menu.
Use the Caption property to specify the item's caption. Use the UserData property to associate any extra data to your items. Use the Tooltip property to specify the item's tooltip which can be shown when the cursor hovers the item. Use the Check property to assign a check-box to the item. Use the Radio property to assign a radio-button to the item. The ForeColor property of the Item object specifies a different foreground color for the entire item. The BackColor property of the Item object specifies a different background color / visual appearance for the entire item. The Item property searches recursively the item with giving identifier/caption. The AllowEdit property assigns an editor to an item. The CaptionWidth property specifies the fixed width to display the item's caption.

The Caption property supports the following HTML tags: