Spread Windows Forms 15.0
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
    public char CustomMaskCharacter {get;}
    See Also