FarPoint.Win Assembly / FarPoint.Win Namespace / InputTextBox Class / Formatter Property


In This Topic
Formatter Property (InputTextBox)
In This Topic
Gets or sets the formatter for the editing control.
Syntax
'Declaration
 
Public Overridable Property Formatter As ISEditFormatter
 
'Usage
 
Dim instance As InputTextBox
Dim value As ISEditFormatter
 
instance.Formatter = value
 
value = instance.Formatter
See Also