Enum ScrollInfoMask
The ScrollInfoMask enum is used for retrieving the SCROLLINFO via the GetScrollInfo See here
Namespace: Dapplo.Windows.User32.Enums
Assembly: Dapplo.Windows.User32.dll
Syntax
public enum ScrollInfoMask : int
Fields
Name | Description |
---|---|
All | All of the above |
DisableNoScroll | Unknown |
Page | Copies the scroll page to the PageSize member of the SCROLLINFO structure pointed to by lpsi. |
Pos | Copies the scroll position to the Position member of the SCROLLINFO structure pointed to by lpsi. |
Range | Copies the scroll range to the Minimum and Maximum members of the SCROLLINFO structure pointed to by lpsi. |
Trackpos | Copies the current scroll box tracking position to the TrackingPosition member of the SCROLLINFO structure pointed to by lpsi. |