Click or drag to resize

BCExtensionCommandWizardEnabled Property

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: 4.0.0.0 (4.0.111.0)
Syntax
[DefaultValueAttribute("false")]
public bool WizardEnabled { get; set; }

Property Value

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