Skip to main content
All docs
V19.1

MaskData Members

Obsolete. Contains settings which define the editor’s behavior in masked mode.

Constructors

Name Description
MaskData() Initializes a new MaskData class instance.
MaskData(MaskData) Initializes a new class instance with the specified MaskData object.

Properties

Name Description
BeepOnError Obsolete. Gets or sets a value determining whether to produce a warning sound when an error occurs.
Blank Obsolete. Gets or sets a value representing blank areas within a masked editor.
EditMask Obsolete. Gets or sets a value representing a mask expression.
IgnoreMaskBlank Obsolete. Gets or sets a value determining whether to ignore skipped positions within a mask editor.
MaskType Obsolete. Gets or sets a value specifying which mask type is used.
SaveLiteral Obsolete. Gets or sets a value determining whether to include literal characters in the BaseEdit.EditValue property of the mask editor.

Methods

Name Description
Assign(MaskData) Copies properties of the specified MaskData object to the current object.
Compare(MaskData) Compares properties of the current MaskData object with properties of a specified MaskData instance.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.

Events

Name Description
AfterChange Obsolete. Occurs after changes are applied to the current MaskData object.
See Also