BCExtensionCommand WizardEnabled Property Meridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions
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.53.0)
Syntax

[DefaultValueAttribute("false")]
public bool WizardEnabled { get; set; }
Remarks

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