Spread Windows Forms 12.0 Product Documentation
FormatText Property


FarPoint.Win Assembly > FarPoint.Win Namespace > SuperEditBase Class : FormatText Property
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
public virtual string FormatText {get;}

Property Value

String containing format text
Remarks

This property is available at run time only.

See Also

Reference

SuperEditBase Class
SuperEditBase Members