WizardOptionBase Constructor |
Creates a new WizardOptionBase object.
Namespace: RelaxIS_SDK.Wizard.WizardOptionsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public WizardOptionBase(
string Name,
string Title,
int DisplayIndex
)
Public Sub New (
Name As String,
Title As String,
DisplayIndex As Integer
)
Dim Name As String
Dim Title As String
Dim DisplayIndex As Integer
Dim instance As New WizardOptionBase(Name, Title,
DisplayIndex)
Parameters
- Name String
- The internal name of the option that can be used to refer to this option in the results.
- Title String
- The caption that is mainly used to display the option in the Wizard's settings page.
- DisplayIndex Int32
- The position of this option in the settings list of the Wizard dialog.
See Also