CommandBarPopup::Enabled Property

 

Determines whether the control is enabled.

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

[DispIdAttribute(1610874890)]
property bool Enabled {
	[DispIdAttribute(1610874890)]
	bool get();
	[DispIdAttribute(1610874890)]
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the control is enabled, otherwise false.

The enabled state is not preserved across sessions.

Return to top
Show: