Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / SEditTextBox Class / Formatter Property


In This Topic
    Formatter Property (SEditTextBox)
    In This Topic
    Gets or sets the formatter for the editing control.
    Syntax
    'Declaration
     
    
    Public Overridable Property Formatter As ISEditFormatter
    'Usage
     
    
    Dim instance As SEditTextBox
    Dim value As ISEditFormatter
     
    instance.Formatter = value
     
    value = instance.Formatter
    public virtual ISEditFormatter Formatter {get; set;}
    See Also