_CommandBars::DisplayKeysInTooltips Property

 

Determines whether key bindings are displayed in tooltips. Always returns true.

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

[DispIdAttribute(1610809350)]
property bool DisplayKeysInTooltips {
	[DispIdAttribute(1610809350)]
	bool get();
	[DispIdAttribute(1610809350)]
	void set(bool value);
}

Property Value

Type: System::Boolean

Always returns true.

Attempting to set this property with any other value will cause an exception to be thrown.

Return to top
Show: