IWizCombo.Enabled Property

Definition

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

public:
 property bool Enabled { bool get(); void set(bool value); };
public:
 property bool Enabled { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(1610743820)]
public bool Enabled { [System.Runtime.InteropServices.DispId(1610743820)] get; [System.Runtime.InteropServices.DispId(1610743820)] set; }
[<System.Runtime.InteropServices.DispId(1610743820)>]
[<get: System.Runtime.InteropServices.DispId(1610743820)>]
[<set: System.Runtime.InteropServices.DispId(1610743820)>]
member this.Enabled : bool with get, set
Public Property Enabled As Boolean

Property Value

true if the WizCombo is enabled; otherwise, false.

Attributes

Applies to