_CommandBars::DisplayTooltips Property

 

Determines whether tooltips are displayed for command bar controls. Always returns true.

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

[DispIdAttribute(1610809348)]
property bool DisplayTooltips {
	[DispIdAttribute(1610809348)]
	bool get();
	[DispIdAttribute(1610809348)]
	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: