ITextEdit.Delete Method
Include Protected Members
Include Inherited Members
Deletes a sequence of characters from the buffer.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Delete(Span) | Deletes a sequence of characters from the buffer. | |
Delete(Int32, Int32) | Deletes a sequence of characters from the buffer. |
Top