CommandBarButtonClass.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.
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.