_CommandBarButton.ShortcutText Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.