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