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