_CommandBarButton::ShortcutText Property

 

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

Namespace:   Microsoft.VisualStudio.CommandBars
Assembly:  Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)

[DispIdAttribute(1610940422)]
property String^ ShortcutText {
	[DispIdAttribute(1610940422)]
	String^ get();
	[DispIdAttribute(1610940422)]
	void set(String^ value);
}

Property Value

Type: System::String^

The shortcut text. This property is deprecated.

This property throws a DeprecatedException.

Return to top
Show: