#include <window.h>
Scroll bar information structure.
Definition at line 9562 of file window.h.
◆ cbSize
Size of the structrue in bytes
Definition at line 9565 of file window.h.
◆ fMask
A flag indicates which fields contain valid values, can be OR'ed value of the following values:
- SIF_RANGE
Retrieve or sets the range of the scroll bar.
- SIF_PAGE
Retrieve or sets the page size of the scroll bar.
- SIF_POS
Retrieve or sets the position of the scroll bar.
- SIF_DISABLENOSCROLL
Hides the scroll when disabled, not implemented so far.
Definition at line 9578 of file window.h.
◆ nMax
The maximum position value of the scroll bar
Definition at line 9582 of file window.h.
◆ nMin
The minimum position value of the scroll bar
Definition at line 9580 of file window.h.
◆ nPage
The page size of the scroll bar
Definition at line 9584 of file window.h.
◆ nPos
The position value of the scroll bar
Definition at line 9586 of file window.h.
The documentation for this struct was generated from the following file: