_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.
Gets or sets the shortcut text. This property is deprecated.
public:
property System::String ^ ShortcutText { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ ShortcutText { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(1610940422)]
public 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 Property ShortcutText As String
Property Value
The shortcut text. This property is deprecated.
- Attributes
Remarks
This property throws a DeprecatedException.