BCExtensionCommandWizardEnabled Property |
Gets or set a value indicating whether to enable a wizard for the menu item.
Namespace: BlueCieloECM.InnoCielo.Meridian.DesignAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax [DefaultValueAttribute("false")]
public bool WizardEnabled { get; set; }
<DefaultValueAttribute("false")>
Public Property WizardEnabled As Boolean
Get
Set
public:
[DefaultValueAttribute(L"false")]
virtual property bool WizardEnabled {
bool get () sealed;
void set (bool value) sealed;
}
[<DefaultValueAttribute("false")>]
abstract WizardEnabled : bool with get, set
[<DefaultValueAttribute("false")>]
override WizardEnabled : bool with get, set
Property Value
Type:
BooleanRemarks See Also