Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / SEditTextBox Class / Formatter Property


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