GetPanelExPageScrolling()
Syntax
Value = GetPanelExPageScrolling(Panel.i, Page.i, Flag.l)
Description
Returns the value of a PanelEx page's scrolling attribute.
Panel.i is the ID/Handle of the PanelEx and Page.i is the Index/ID of the page that you want to get the scrolling info for.
Flag.l can be one of the following constants:
#PNLX_AUTOSCROLL
|
Returns true if the auto-scroll feature is enabled for the page, false otherwise.
|
#PNLX_HSCROLL
|
Returns true if the horizontal scrollbar is currently visible, false otherwise.
|
#PNLX_VSCROLL
|
Returns true if the vertical scrollbar is currently visible, false otherwise.
|
#PNLX_HSCROLLHANDLE
|
Returns the handle (HWND) of the horizontal scrollbar or zero if it hasn't been initialized.
|
#PNLX_VSCROLLHANDLE
|
Returns the handle (HWND) of the vertical scrollbar or zero if it hasn't been initialized.
|
#PNLX_AUTOSCROLL_NOHORIZONTAL
|
Returns true if display of the horizontal scrollbar is disabled in auto-scroll mode, false otherwise.
|
#PNLX_AUTOSCROLL_NOVERTICAL
|
Returns true if display of the vertical scrollbar is disabled in auto-scroll mode, false otherwise.
|
PanelEx Index
|