Enum ScrollModes
Scroll-modes for the WindowScroller
Namespace: Dapplo.Windows.User32.Enums
Assembly: Dapplo.Windows.User32.dll
Syntax
public enum ScrollModes : int
Fields
Name | Description |
---|---|
AbsoluteWindowMessage | Send message to the window with an absolute position |
KeyboardPageUpDown | Send page up or down as key press |
MouseWheel | Send a mousewheel event |
WindowsMessage | Send message to the window for page up or down |