Initializes a new instance of the MaskedTextBox class using defaults.
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);
MaskedTextBox Class | Resco.Controls.MaskedTextBox Namespace