'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 is used to control how text can be entered.The default is System.String.Empty.