Aracılığıyla paylaş


IWizCombo.Enabled Özellik

Etkin durumunu gösteren bir değeri alır veya ayarlar WizCombo nesne.

Ad alanı:  Microsoft.VisualStudio.VsWizard
Derleme:  Microsoft.VisualStudio.VsWizard (Microsoft.VisualStudio.VsWizard.dll içinde)

Sözdizimi

'Bildirim
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)

Özellik Değeri

Tür: System.Boolean
true WizCombo etkindir; Aksi halde, false.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

IWizCombo Arabirim

Microsoft.VisualStudio.VsWizard Ad Alanı