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