MobileForms Toolkit Documentation

MaskedTextBox Constructor

Initializes a new instance of the MaskedTextBox class using defaults.

Overload List

Initializes a new instance of the MaskedTextBox class using defaults.

public MaskedTextBox();

Initializes a new instance of the MaskedTextBox class using the specified custom mask language provider.

public MaskedTextBox(MaskedTextProvider);

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

public MaskedTextBox(string);

See Also

MaskedTextBox Class | Resco.Controls.MaskedTextBox Namespace