Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / MaskFormatter Class / MaskFormatter Constructor / MaskFormatter Constructor(MaskType)
Type of mask


In This Topic
    MaskFormatter Constructor(MaskType)
    In This Topic
    Creates a new mask formatter with the specified type of mask.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal masktype As MaskType _
    )
    'Usage
     
    
    Dim masktype As MaskType
     
    Dim instance As New MaskFormatter(masktype)
    public MaskFormatter( 
       MaskType masktype
    )

    Parameters

    masktype
    Type of mask
    See Also