Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / MaskFormatter Class / MaskType Property


In This Topic
MaskType Property
In This Topic
Gets or sets the type of mask (ex: none, PicMask, Float).
Syntax
'Declaration
 
Public Overridable Property MaskType As MaskType
 
'Usage
 
Dim instance As MaskFormatter
Dim value As MaskType
 
instance.MaskType = value
 
value = instance.MaskType
See Also