WizardStepControls Property

Set of controls used to build the step.

Definition

Namespace: Aliquo.Windows.Wizard
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public List<WizardControl> Controls { get; }

Property Value

ListWizardControl

Remarks


These controls are available:


WizardBoolean => Input control for boolean values. See WizardBoolean for further information.


WizardDateTime => Input control for date and time values. See WizardDateTime for further information.


WizardFolderBrowser => Displays a folder browser. See WizardFolderBrowser for further information.


WizardLabel => Control to show a text


WizardList => Input control for selecting values from a list. See WizardList for further information.


WizardNumber => Input control for numeric values. See WizardNumber for further information.


WizardOpenFile => Displays a dialog control to open a file. See WizardOpenFile for further information.


WizardOpenFileServer => Displays a dialog control to open a file server. See WizardOpenFileServer for further information.


WizardSaveFile => Displays a dialog control to save a file. See WizardSaveFile for further information.


WizardText => Input control for string values. See WizardText for further information.

See Also