TextDocument.GetOvertypeRange Method
Assembly: Topten.RichTextKit.dll
Namespace: Topten.RichTextKit.Editor
Declaring Type: TextDocument
Gets the range of text that will be overwritten by overtype mode at a particular location in the document
public Topten.RichTextKit.TextRange GetOvertypeRange(Topten.RichTextKit.TextRange range);
Parameters
Topten.RichTextKit.TextRange range | The current selection range |
Returns
Topten.RichTextKit.TextRange | The range that will be replaced by overtyping |