Masked Edit Box

The masked edit box controls a rectangular box allowing the user to type numeric data. It is used to enter data with specific restrictions, called a "mask". The mask for the box varies by control. For example, the mask for the ZIP control is "#####-####" to allow the entry of a five-digit ZIP code with a four-digit extension. The mask for the Telephone control is "###-###-####" to allow for the entry of a three-digit area code and seven-digit telephone number.

Masked Edit Box control

Use the masked edit box control to view, enter, or update information. The masked edit box control allows the entry of numeric characters only. Alphabetic characters are not allowed.

A masked edit box control receives focus and is included in the tab order of the screen.

|

Appendix