Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / CustomMaskEventArgs Class / CustomMaskCharacter Property


In This Topic
CustomMaskCharacter Property
In This Topic
Gets the custom mask character.
Syntax
'Declaration
 
Public ReadOnly Property CustomMaskCharacter As Char
 
'Usage
 
Dim instance As CustomMaskEventArgs
Dim value As Char
 
value = instance.CustomMaskCharacter
See Also