menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Struct NativePaint.CHARRANGE - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Struct NativePaint.CHARRANGE

    Specifies a range of characters in a rich edit control.

    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.WinForms.Core
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public struct CHARRANGE

    Fields

    MaxRange

    Character position immediately following the last character in the range.

    Declaration
    public int MaxRange
    Field Value
    Type
    System.Int32

    MinRange

    Character position index immediately preceding the first character in the range.

    Declaration
    public int MinRange
    Field Value
    Type
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved