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 |