Share via


WizComboClass.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
Public Overridable Property Enabled As Boolean
'Usage
Dim instance As WizComboClass 
Dim value As Boolean 

value = instance.Enabled

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

Property Value

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

Implements

IWizCombo.Enabled

.NET Framework Security

See Also

Reference

WizComboClass Class

WizComboClass Members

Microsoft.VisualStudio.VsWizard Namespace

Other Resources

How to: Compile and Run the Automation Object Model Code Examples