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


In This Topic
FormatText Property
In This Topic
Gets how text contents of the edit control are formatted.
Syntax
'Declaration
 
Public Overridable ReadOnly Property FormatText As String
 
'Usage
 
Dim instance As SuperEditBase
Dim value As String
 
value = instance.FormatText
See Also