IHostManagementViewsWizardCustom(String, String, WizardView, ListDataField, ControlAddedEventHandler) Method
Display the custom wizard.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
ITask WizardCustom(
string text,
string description,
WizardView wizard,
List<DataField> parameters = null,
ControlAddedEventHandler controlAdded = null
)
Function WizardCustom (
text As String,
description As String,
wizard As WizardView,
Optional parameters As List(Of DataField) = Nothing,
Optional controlAdded As ControlAddedEventHandler = Nothing
) As ITask
- text String
- Wizard text.
- description String
- Detailed description of the wizard.
- wizard WizardView
- Wizard object with the steps and controls to show.
- parameters ListDataField (Optional)
- List<DataField> with the wizard parameter default values.
- controlAdded ControlAddedEventHandler (Optional)
- ControlAddedEventHandler with the method that will handle the control add events.
ITaskITask with The started task.