public List<WizardControl> Controls { get; }
Public ReadOnly Property Controls As List(Of WizardControl)
Get
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.