MaskedTextBox Constructor ()
.NET Framework (current version)
Initializes a new instance of the MaskedTextBox class using defaults.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
The default MaskedTextBox() constructor sets the MaskedTextProvider property to a null mask, represented by the string "<>". A null mask will accept any combination of characters as input.
.NET Framework
Available since 2.0
Available since 2.0
Show: