CommandBarButtonClass.ShortcutText Property

Definition

Gets or sets the shortcut text. This property is deprecated.

public:
 virtual property System::String ^ ShortcutText { System::String ^ get(); void set(System::String ^ value); };
public:
 virtual property Platform::String ^ ShortcutText { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(1610940422)]
public virtual string ShortcutText { [System.Runtime.InteropServices.DispId(1610940422)] get; [System.Runtime.InteropServices.DispId(1610940422)] set; }
[<System.Runtime.InteropServices.DispId(1610940422)>]
[<get: System.Runtime.InteropServices.DispId(1610940422)>]
[<set: System.Runtime.InteropServices.DispId(1610940422)>]
member this.ShortcutText : string with get, set
Public Overridable Property ShortcutText As String

Property Value

The shortcut text. This property is deprecated.

Implements

Attributes

Remarks

This property throws a DeprecatedException.

Applies to