Definition
Namespace:Telerik.WinForms.Documents.Selection
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public class SelectionRangeCollection : IEnumerable
Inheritance: objectSelectionRangeCollection
Implements:
Constructors
C#
public SelectionRangeCollection()
Properties
C#
public SelectionRange First { get; }
C#
public bool IsReadOnly { get; }
C#
public SelectionRange Last { get; }
Methods
C#
public void Clear()
C#
public void CopyTo(SelectionRange[] array, int arrayIndex)