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


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