Class PlatformUtils
public static class PlatformUtils
- Inheritance
-
PlatformUtils
Methods
- GetScrollPos(Control, bool, bool)
Retrieves the current position of the scroll box (thumb) in the specified scroll bar.
- GetScrollSize(bool)
Retrieves dimension of the arrow bitmap of a scroll bar, in pixels.
- GetScrollSize(Control, bool, bool)
Retrieves the page size of the scroll box (thumb) in the specified scroll bar.
- SetScrollBar(Control, bool, int, int, bool)
Sets the parameters of a scroll bar, including the minimum and maximum scrolling positions, the page size, and the position of the scroll box (thumb).
- SetScrollPos(Control, bool, int, bool)
Sets the position of the scroll box (thumb) in the specified scroll bar.