MobileForms Toolkit Documentation

MaskedTextBox  Constructor (String)

Initializes a new instance of the MaskedTextBox class using the specified input mask.

public MaskedTextBox(
string mask
);

Parameters

mask
A String that contains the mask.

Remarks

The MaskedTextBox(String) constructor uses the standard MaskedTextProvider with the input mask to parse user input into the MaskedTextBox.

If you assign a new mask to the Mask property, it will override the value set by this constructor.

See Also

MaskedTextBox Class | Resco.Controls.MaskedTextBox Namespace | MaskedTextBox Constructor Overload List