Click or drag to resize

ITextEditor Properties

The ITextEditor type exposes the following members.

Properties
  NameDescription
Public propertyAuthorizedCharacters
Gets or Sets the authorized characters set. Use "a-zA-Z0-9" for alphanumeric charcaters. Use "A-Z _" for uppercase letters, space and underscore. Use @"A-Za-z\-" for letters and dash (escape the dash character)
Public propertyCharCase
Gets or Sets the character casing of the editor value
Public propertyControl
Gets the control.
(Inherited from IControl.)
Public propertyDisplayMask
Gets or Sets the DisplayMask of the editor
Public propertyEditMask
Gets or Sets the EditMask of the editor
Public propertyEditValue
Current value
(Inherited from IEditorT.)
Public propertyReadOnly
Read-only
(Inherited from IEditorT.)
Public propertyWatermarkText
Watermark text which be displayed when the value is null
Top
See Also