Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCombo Class / FormatText Property


In This Topic
    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