ComponentOne RichTextBox for WPF and Silverlight
EditRanges Property (C1TextRange)

C1.WPF.RichTextBox.Documents Namespace > C1TextRange Class : EditRanges Property
Returns a set of ranges inside this range where edit changes must be applied.
Syntax
'Declaration
 
Public ReadOnly Property EditRanges As System.Collections.Generic.IEnumerable(Of C1TextRange)
public System.Collections.Generic.IEnumerable<C1TextRange> EditRanges {get;}
See Also

Reference

C1TextRange Class
C1TextRange Members