FormatText Property (FpCombo)
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 FpCombo
Dim value As String
value = instance.FormatText
public virtual string FormatText {get;}
See Also