System.Windows.Forms.Design.MaskDescriptor Members

The members of System.Windows.Forms.Design.MaskDescriptor are listed below.

See Also: Inherited members from System.Object

Protected Constructors

Initializes a new instance of the System.Windows.Forms.Design.MaskDescriptor class.

Public Properties

[read-only]
CultureSystem.Globalization.CultureInfo.

Gets the System.Globalization.CultureInfo representing the locale the mask is authored for.

[read-only]
abstract
Maskstring.

Gets the mask being defined.

[read-only]
abstract
Namestring.

Gets the user-friendly name of the mask.

[read-only]
abstract
Samplestring.

Gets a sample of a formatted string for the mask.

[read-only]
abstract
ValidatingTypeType.

Gets the type providing validation associated with the mask.

Public Methods

override
Equals(object) : bool

Determines whether the specified System.Windows.Forms.Design.MaskDescriptor is equal to the current System.Windows.Forms.Design.MaskDescriptor.

override
GetHashCode() : int
Documentation for this section has not yet been entered.
static
IsValidMaskDescriptor(MaskDescriptor) : bool

Returns a value indicating whether the specified mask descriptor is valid and can be added to the masks list.

static
IsValidMaskDescriptor(MaskDescriptor, out string) : bool
Documentation for this section has not yet been entered.
override
ToString() : string
Documentation for this section has not yet been entered.