_CommandBars::DisableAskAQuestionDropdown Property
Visual Studio 2015
Determines whether the AskAQuestion dropdown is disabled. Always returns true.
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
[DispIdAttribute(1610809371)] property bool DisableAskAQuestionDropdown { [DispIdAttribute(1610809371)] bool get(); [DispIdAttribute(1610809371)] void set(bool value); }
Attempting to set this property with any other value will cause an exception to be thrown.
Show: