Name | Description | |
---|---|---|
![]() | AppendText | Appends text to the current text of the control. |
![]() | Clear | Clears the contents of the control. |
![]() | ClearUndo | Clears information about the most recent operation from the undo buffer of the control. |
![]() | Copy | Copies the current selection in the control to the Clipboard. |
![]() | Cut | Moves the current selection in the control to the Clipboard. |
![]() | GetLineCount | Retrieves the number of lines in a multiple-line mode of the drop-down window. |
![]() | Paste | Replaces the current selection in the control with the contents of the Clipboard. |
![]() | ResetPadding | Reset padding of the editor. |
![]() | ScrollToCaret | Scrolls the contents of the control to the current caret position. |
![]() | SelectAll | Selects all text in the control. |
![]() | Undo | Undoes the last edit operation in the control. |