IWizCombo::Enabled Property

 

Gets or sets a value indicating the enabled state of the WizCombo object.

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

property bool Enabled {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the WizCombo is enabled; otherwise, false.

Return to top
Show: