_CommandBarButton.ShortcutText Property

Definition

Returns or sets the shortcut key text displayed next to a button control when the button appears on a menu, submenu, or shortcut menu.

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

Property Value

Remarks

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

Applies to