'Declaration Protected Overridable Function GetMaskCharacters() As Char()
'Usage Dim instance As MaskedTextBox Dim value() As Char value = instance.GetMaskCharacters()
protected virtual char[] GetMaskCharacters()
Return Value
An array of characters containing the mask characters that are supported by the masked text box (see Remarks).