ClassTextRangeProvider
Class
Provides a range of text within a RichTextBox, allowing for automation tasks such as text manipulation and retrieval.
Definition
Namespace:Telerik.Windows.Automation.RichTextBox
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class TextRangeProvider : ITextRangeProvider
Inheritance: objectTextRangeProvider
Implements:
Constructors
TextRangeProvider(RadRichTextBox, DocumentPosition, DocumentPosition)
Declaration
cs-api-definition
public TextRangeProvider(RadRichTextBox radRichTextBox, DocumentPosition startPosition, DocumentPosition endPosition)
Parameters
radRichTextBox
startPosition
endPosition