ISDBMenuItem::Caption

From MediaMonkey Wiki
Jump to navigation Jump to search

CoClass SDBMenuItem, Interface ISDBMenuItem

Property Get/Let Caption As String


Property description

A string that is shown as the description of the menu item.

Access Keys: Use & character in the caption to mark the access key for the item. When navigating with keyboard, user can the press Alt+<access key> to jump directly to the item.

Ellipsis: While menu commands are used for immediate actions, more information might be needed to perform the action. This should be indicated by adding an ellipsis () at the end of the label. This usually happens when dialog is displayed or confirmation box is shown before real action occurs.

Example code

MenuItem.Caption = "Choose &tracks..."

Related Topics