RecommendedValue Property (GcTextBox)
Gets or sets the recommended value.
public string RecommendedValue {get; set;}
'Declaration
Public Property RecommendedValue As String
'Usage
Dim instance As GcTextBox
Dim value As String
instance.RecommendedValue = value
value = instance.RecommendedValue
Property Value
A
string value that indicates the recommended value.
The default is
System.String.Empty.