WizardStep Class

Wizard step class.

Definition

Namespace: Aliquo.Windows.Wizard
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public class WizardStep
Inheritance
Object    WizardStep

Remarks

Holds controls to build a step.

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

Constructors

WizardStep Class constructor.

Properties

Controls Set of controls used to build the step.
Step Step number.
StepCaption Legend or title for the step.
StepText Text for the step

Methods

AddControl(WizardBoolean) Input control for boolean values. See WizardBoolean for further information.
AddControl(WizardDateTime) Input control for date and time values. See WizardDateTime for further information.
AddControl(WizardFolderBrowser) Displays a folder browser. See WizardFolderBrowser.
AddControl(WizardLabel) Control to show a text.
AddControl(WizardList) Input control for selecting values from a list. See WizardList for further information.
AddControl(WizardNumber) Input control for numeric values. See WizardNumber for further information.
AddControl(WizardOpenFile) Displays a dialog control to open a file. See WizardOpenFile for further information.
AddControl(WizardOpenFileServer) Displays a dialog control to open a file server. See WizardOpenFileServer for further information.
AddControl(WizardSaveFile) Displays a dialog control to save a file. See WizardSaveFile for further information.
AddControl(WizardText) Input control for string values. See WizardText for further information.
ToString Converts control settings into String.
(Overrides ObjectToString)

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also