menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Struct StreamEditControl.SavedViewInfo.TextRangeInfo - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Struct StreamEditControl.SavedViewInfo.TextRangeInfo

    Defines a structure that provides information for storing two text range offsets.

    Inherited Members
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    Namespace: Syncfusion.Windows.Forms.Edit
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public struct TextRangeInfo

    Fields

    EndOffset

    End offset.

    Declaration
    public long EndOffset
    Field Value
    Type
    System.Int64

    StartOffset

    Start offset.

    Declaration
    public long StartOffset
    Field Value
    Type
    System.Int64
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved