Struct NativeScroll.SCROLLBARINFO
Contains the information about the scroll bar component.
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 SCROLLBARINFO
Fields
CbSize
Specifies the size of the structure.
Declaration
public int CbSize
Field Value
Type |
---|
System.Int32 |
DxyLineButton
Height or width of the thumb.
Declaration
public int DxyLineButton
Field Value
Type |
---|
System.Int32 |
RcScrollBar
Coordinates of the scroll bar as specified in a RECT structure.
Declaration
public NativePaint.RECT RcScrollBar
Field Value
Type |
---|
NativePaint.RECT |
Reserved
Reserved variable.
Declaration
public int Reserved
Field Value
Type |
---|
System.Int32 |
Rgstate
An array of DWORD elements. Each element indicates the state of a scroll bar component.
Declaration
public int[] Rgstate
Field Value
Type |
---|
System.Int32[] |
XyThumbBottom
Indicates the bottom/right position of the thumb.
Declaration
public int XyThumbBottom
Field Value
Type |
---|
System.Int32 |
XyThumbTop
Top/Left position of the thumb.
Declaration
public int XyThumbTop
Field Value
Type |
---|
System.Int32 |