_CommandBarComboBox::Enabled Property
Visual Studio 2015
Determines whether the control is enabled.
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
[DispIdAttribute(1610874890)] property bool Enabled { [DispIdAttribute(1610874890)] bool get(); [DispIdAttribute(1610874890)] void set(bool value); }
Implements
CommandBarControl::EnabledThe enabled state is not preserved across sessions.
Show: