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)

Syntax

'Declaration
Property Enabled As Boolean
'Usage
Dim instance As IWizCombo 
Dim value As Boolean 

value = instance.Enabled

instance.Enabled = value
bool Enabled { get; set; }
property bool Enabled {
    bool get ();
    void set (bool value);
}
function get Enabled () : boolean 
function set Enabled (value : boolean)

Property Value

Type: System.Boolean
true if the WizCombo is enabled; otherwise, false.

.NET Framework Security

See Also

Reference

IWizCombo Interface

IWizCombo Members

Microsoft.VisualStudio.VsWizard Namespace