Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcTextBox Class / Format Property


In This Topic
Format Property (GcTextBox)
In This Topic
Gets or sets the input format to use in the control.
Syntax
'Declaration
 
Public Property Format As String
 
'Usage
 
Dim instance As GcTextBox
Dim value As String
 
instance.Format = value
 
value = instance.Format

Property Value

The string that is used to control how text can be entered.
The default is System.String.Empty.
Remarks
This property specifies what kind of characters and symbols are allowed.
See Also