Assembly: Dapplo.Windows.User32.dll
public struct ScrollBarInfo
Properties
|
Improve this Doc
View Source
Coordinates of the scroll bar as specified in a RECT structure.
Declaration
public RECT Bounds { get; }
Property Value
|
Improve this Doc
View Source
An array of object states.
Each element indicates the state of a scroll bar component, the element is specified via the ScrollBarStateIndexes.
Declaration
public ObjectStates[] States { get; }
Property Value
|
Improve this Doc
View Source
Position of the bottom or right of the thumb.
Declaration
public int ThumbBottom { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Height or width of the thumb.
Declaration
public int ThumbSize { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Position of the top or left of the thumb.
Declaration
public int ThumbTop { get; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
Create a ScrollBarInfo struct
Declaration
public static ScrollBarInfo Create()
Returns
|
Improve this Doc
View Source
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|