Class NativePaint.CHARRANGE
Specifies a range of characters in a rich edit control.
Inheritance
System.Object
NativePaint.CHARRANGE
Namespace: Syncfusion.WinForms.Core
Assembly: Syncfusion.Shared.Base.dll
Syntax
public sealed class CHARRANGE : ValueType
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 |