CommandBarsClass::DisplayTooltips Property

 

Determines whether tooltips are displayed for command bar controls.

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

public:
[DispIdAttribute(1610809348)]
property bool DisplayTooltips {
	[DispIdAttribute(1610809348)]
	virtual bool get();
	[DispIdAttribute(1610809348)]
	virtual void set(bool value);
}

Property Value

Type: System::Boolean

true if tooltips are displayed for command bar controls, otherwise false.

Return to top
Show: