Interface IComplexTextRange
Provides the functionality for complex text range.
Namespace: Syncfusion.Windows.Forms.Edit.Utils
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public interface IComplexTextRange : ITextRange
Properties
Ranges
Gets collection of internal ranges in complex text range.
Declaration
ArrayList Ranges { get; }
Property Value
Type |
---|
System.Collections.ArrayList |
Methods
IsBlock()
Checks whether selection is block.
Declaration
bool IsBlock()
Returns
Type |
---|
System.Boolean |
IsEmpty()
Checks whether range is empty, i.e. contains no internal ranges.
Declaration
bool IsEmpty()
Returns
Type | Description |
---|---|
System.Boolean | True if range is empty; otherwise false. |