IHostManagementViewsWizardCustom(String, String, String, 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,
string settings,
List<DataField> parameters = null,
ControlAddedEventHandler controlAdded = null
)
Function WizardCustom (
text As String,
description As String,
settings As String,
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.
- settings String
- Expression of wizard parameters.
- 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.
ITaskThe started task.