The properties of System.Windows.Forms.Design.MaskDescriptor are listed below. For a list of all members, see the MaskDescriptor Members list.
See Also: Inherited members from System.Object
[read-only] | Culture | System.Globalization.CultureInfo.
Gets the System.Globalization.CultureInfo representing the locale the mask is authored for. |
[read-only] abstract | Mask | string.
Gets the mask being defined. |
[read-only] abstract | Name | string.
Gets the user-friendly name of the mask. |
[read-only] abstract | Sample | string.
Gets a sample of a formatted string for the mask. |
[read-only] abstract | ValidatingType | Type.
Gets the type providing validation associated with the mask. |