Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / MaskFormatter Class / ManageInput Property


In This Topic
    ManageInput Property (MaskFormatter)
    In This Topic
    If implemented, it supports methods which allow an editor to use for validating and formatting user input.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property ManageInput As IManageFmtInput
    'Usage
     
    
    Dim instance As MaskFormatter
    Dim value As IManageFmtInput
     
    value = instance.ManageInput
    public virtual IManageFmtInput ManageInput {get;}
    See Also