Class RadRichTextBoxWordInfo
Represents the information about the Word processing capabilities of the RadRichTextBox.
Inheritance
System.Object
RadRichTextBoxWordInfo
Namespace: Telerik.Windows.Documents.Proofing
Assembly: Telerik.Windows.Documents.Proofing.dll
Syntax
public class RadRichTextBoxWordInfo : Object, IWordInfo
Properties
Word
Represents the word information in the RadRichTextBox.
Declaration
public string Word { get; }
Property Value
System.String
|
Implements
WordPosition
Represents the position of a word within the RadRichTextBox control.
Declaration
public TextRange WordPosition { get; }
Property Value
TextRange
|