Spread WinForms 15
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)

Parameters

masktype
Type of mask
See Also