MultipleChoiceOption(String, String, Int32) Constructor |
Initializes a new object of type MultipleChoiceOption with the given name, caption and Sorting Index.
Namespace: RelaxIS_SDK.Wizard.WizardOptionsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public MultipleChoiceOption(
string Name,
string Caption,
int DisplayIndex
)
Public Sub New (
Name As String,
Caption As String,
DisplayIndex As Integer
)
Dim Name As String
Dim Caption As String
Dim DisplayIndex As Integer
Dim instance As New MultipleChoiceOption(Name, Caption,
DisplayIndex)
Parameters
- Name String
- The internal name of this option
- Caption String
- The caption of the created groupbox
- DisplayIndex Int32
- The index of this option in the settings dialog
See Also