MaskProperties Members
In This Article
#Constructors
Name | Description |
---|---|
Mask |
Initializes a new instance of the Mask |
Mask |
Initializes a new instance of the Mask |
#Properties
Name | Description |
---|---|
Auto |
Gets or sets the automatic completion mode used by the editor in the Reg |
Beep |
Gets or sets whether an editor makes a beep sound when an end-user tries to enter an invalid character. |
Blank | Obsolete. Gets or sets a character representing a placeholder within a masked editor. |
Culture | Gets or sets the culture whose settings are used by masks. |
Edit |
Gets or sets a mask expression. |
Ignore |
For the Simple, Regular and Reg |
Mask |
Gets or sets the mask type. |
Place |
For the Simple, Regular and Reg |
Save |
For the Simple and Regular mask types this property gets or sets whether constantly displayed mask characters (literals) are included in an editor’s value. |
Show |
For the Reg |
Use |
Gets or sets whether to use mask settings to format the editor’s display text when the editor is not focused. |
#Methods
Name | Description |
---|---|
Assign |
Copies the settings from the specified Mask |
Begin |
Locks the Mask |
Create |
Creates the default mask manager. |
End |
Unlocks the Mask |
Equals |
|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the current object has the same settings as the specified object. |
Get |
Gets the hash code (a number) that corresponds to the value of the current object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns the text representation of the current object. |
#Events
Name | Description |
---|---|
After |
Occurs after a setting of the current Mask |
Before |
Occurs when a setting of the current Mask |
Settings |
See Also