ITextEditor Interface |
Namespace: EBP.Api.Interfaces.Controls.Editors
The ITextEditor type exposes the following members.
| Name | Description | |
|---|---|---|
| AuthorizedCharacters |
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)
| |
| CharCase |
Gets or Sets the character casing of the editor value
| |
| Control |
Gets the control.
(Inherited from IControl.) | |
| DisplayMask |
Gets or Sets the DisplayMask of the editor
| |
| EditMask |
Gets or Sets the EditMask of the editor
| |
| EditValue |
Current value
(Inherited from IEditorT.) | |
| ReadOnly |
Read-only
(Inherited from IEditorT.) | |
| WatermarkText |
Watermark text which be displayed when the value is null
|
| Name | Description | |
|---|---|---|
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |