Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / ISEditFormatter Interface / ManageInput Property


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