Link Search Menu Expand Document

MaskEdit.InputMode Property

Specify the character types that can be entered. See InputMode for possible values.

Specifying the InputMode property has nothing to do with specifying the Mask property. Only characters that meet both the Mask and InputMode properties can be entered.

For example, if you specify “CC” indicating a character input field in the Mask property and $ZENKAKU in the InputMode property, only full-width characters can be input only in the specified position.