'Declaration Public Property Format As String
'Usage Dim instance As GcTextBox Dim value As String instance.Format = value value = instance.Format
public string Format {get; set;}
Property Value
The string that used to control how text can be input.The default is String.Empty.