menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IComplexTextRange - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IComplexTextRange

    Provides the functionality for complex text range.

    Inherited Members
    ITextRange.Bottom
    ITextRange.End
    ITextRange.Start
    ITextRange.Top
    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved