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