![]() | IRichTextEditor Interface |
Namespace: EBP.Api.Interfaces.Controls.Editors
The IRichTextEditor type exposes the following members.
Name | Description | |
---|---|---|
![]() | Control |
Gets the control.
(Inherited from IControl.) |
![]() | EditValue |
Current value
(Inherited from IEditorT.) |
![]() | ReadOnly |
Read-only
(Inherited from IEditorT.) |
![]() | Rtf |
Gets the value that will be edited by the user
|
![]() | Text |
Gets the text displayed in the edit box
|
Name | Description | |
---|---|---|
![]() | AppendRtf |
Appends a rtf text at the end of the control text
|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | InsertRtf |
Inserts a rtf text at the caret
|
![]() | SelectAll |
Selects all text
|