RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1TextRange Class / EditRanges Property

In This Topic
    EditRanges Property (C1TextRange)
    In This Topic
    Returns a set of ranges inside this range where edit changes must be applied.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property EditRanges As IEnumerable(Of C1TextRange)
    public IEnumerable<C1TextRange> EditRanges {get;}
    See Also