property Editor.MaskChar as Long
Retrieves or sets a value that indicates the character used for masking.

TypeDescription
Long A long expression that indicates the ASCII code for the masking character.

The MaskChar property lets you define the placeholder character used in the mask, replacing the default _ character. This property applies only when the Mask property is set and compatible with the editor’s type.