_CommandBars::DisplayTooltips Property
Visual Studio 2015
Determines whether tooltips are displayed for command bar controls. Always returns true.
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
[DispIdAttribute(1610809348)] property bool DisplayTooltips { [DispIdAttribute(1610809348)] bool get(); [DispIdAttribute(1610809348)] void set(bool value); }
Attempting to set this property with any other value will cause an exception to be thrown.
Show: