Gets or set a value indicating whether to enable a wizard for the menu item.

Namespace: BlueCieloECM.InnoCielo.Meridian.Design
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
[DefaultValueAttribute("false")]
public bool WizardEnabled { get; set; }
Visual Basic
<DefaultValueAttribute("false")> _
Public Property WizardEnabled As Boolean
	Get
	Set
Visual C++
[DefaultValueAttribute(L"false")]
public:
virtual property bool WizardEnabled {
	bool get () sealed;
	void set (bool value) sealed;
}

Remarks

When enabled, the wizard pages defined in the extension will be shown before to execute the command. Also BeforeWizard, AfterWizard, WizardPages.

See Also