Struct ScrollInfo
See here
Namespace: Dapplo.Windows.User32.Structs
Assembly: Dapplo.Windows.User32.dll
Syntax
public struct ScrollInfo
Properties
| Improve this Doc View SourceMaximum
Maximum value to scroll to, e.g. the end
Declaration
public int Maximum { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Minimum
Minimum value to scroll to, e.g. the start
Declaration
public int Minimum { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
PageSize
Size of a page
Declaration
public uint PageSize { get; }
Property Value
Type | Description |
---|---|
System.UInt32 |
Position
Current position
Declaration
public int Position { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TrackingPosition
Current tracking position
Declaration
public int TrackingPosition { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceCreate(ScrollInfoMask)
Create a ScrollInfo struct with the specified mask
Declaration
public static ScrollInfo Create(ScrollInfoMask mask)
Parameters
Type | Name | Description |
---|---|---|
ScrollInfoMask | mask | ScrollInfoMask |
Returns
Type | Description |
---|---|
ScrollInfo |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |