MaskedTextProvider Constructor

 

Initializes a new instance of the MaskedTextProvider class.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubmethodMaskedTextProvider(String^)

Initializes a new instance of the MaskedTextProvider class using the specified mask.

System_CAPS_pubmethodMaskedTextProvider(String^, Boolean)

Initializes a new instance of the MaskedTextProvider class using the specified mask and ASCII restriction value.

System_CAPS_pubmethodMaskedTextProvider(String^, Char, Boolean)

Initializes a new instance of the MaskedTextProvider class using the specified mask, password character, and prompt usage value.

System_CAPS_pubmethodMaskedTextProvider(String^, CultureInfo^)

Initializes a new instance of the MaskedTextProvider class using the specified mask and culture.

System_CAPS_pubmethodMaskedTextProvider(String^, CultureInfo^, Boolean)

Initializes a new instance of the MaskedTextProvider class using the specified mask, culture, and ASCII restriction value.

System_CAPS_pubmethodMaskedTextProvider(String^, CultureInfo^, Boolean, Char, Char, Boolean)

Initializes a new instance of the MaskedTextProvider class using the specified mask, culture, prompt usage value, prompt character, password character, and ASCII restriction value.

System_CAPS_pubmethodMaskedTextProvider(String^, CultureInfo^, Char, Boolean)

Initializes a new instance of the MaskedTextProvider class using the specified mask, culture, password character, and prompt usage value.

Return to top
Show: