Partager via


IWizCombo.Enabled, propriété

Obtient ou définit une valeur indiquant l'état actif de l'objet d'WizCombo.

Espace de noms :  Microsoft.VisualStudio.VsWizard
Assembly :  Microsoft.VisualStudio.VsWizard (dans Microsoft.VisualStudio.VsWizard.dll)

Syntaxe

'Déclaration
Property Enabled As Boolean
bool Enabled { get; set; }
property bool Enabled {
    bool get ();
    void set (bool value);
}
abstract Enabled : bool with get, set
function get Enabled () : boolean
function set Enabled (value : boolean)

Valeur de propriété

Type : System.Boolean
true si WizCombo est activé ; sinon false.

Sécurité .NET Framework

Voir aussi

Référence

IWizCombo Interface

Microsoft.VisualStudio.VsWizard, espace de noms