TextOptionDefaultValue Property |
The default text to display in the textbox
Namespace: RelaxIS_SDK.Wizard.WizardOptionsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public string DefaultValue { get; set; }
Public Property DefaultValue As String
Get
Set
Dim instance As TextOption
Dim value As String
value = instance.DefaultValue
instance.DefaultValue = value
Property Value
StringSee Also