A newer version of this page is available.
Switch to the current version.
EditingFieldEditorNames Members
Specifies editors that can be used for changing control content in Print Preview.Fields
Name | Description |
---|---|
Date static | An editor with a mask for entering date-time values. |
FixedPoint static | An editor with a mask for entering real values. |
FixedPointPositive static | An editor with a mask for entering positive real values. |
Image static | An editor that allows end-users to specify an image. |
ImageAndSignature static | An editor that allows end-users to specify an image and/or draw something (e.g., a signature). |
Integer static | An editor with a mask for entering integer values. |
IntegerPositive static | An editor with a mask for entering positive integer values. |
OnlyLatinLetters static | An editor with a mask for entering Latin letters only. |
OnlyLetters static | An editor with a mask for entering letters only. |
OnlyLowercaseLetters static | An editor with a mask for entering lowercase letters only (entered characters are converted to lowercase). |
OnlyUppercaseLetters static | An editor with a mask for entering uppercase letters only (entered characters are converted to uppercase). |
Signature static | An editor that allows end-users to draw a signature. |
Methods
Name | Description |
---|---|
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. 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. |
See Also
Feedback