CommandBarButtonClass.ShortcutText Property

Definition

Gets or sets the shortcut key text displayed next to a CommandBarButton control when the button appears on a menu, submenu, or shortcut menu. Read/write.

public:
 virtual property System::String ^ ShortcutText { System::String ^ get(); void set(System::String ^ value); };
public virtual string ShortcutText { get; set; }
member this.ShortcutText : string with get, set
Public Overridable Property ShortcutText As String

Property Value

Implements

Examples

This example displays the shortcut text for the Open command (File menu) on the Microsoft Excel Worksheet menu bar in a message box.

Remarks

You can set this property only for command bar buttons that contain an OnAction macro.

Applies to