All Editions
Related Functions
Example
The IN_SetPageScrollBars function turns the scroll bars on or off on a page in the specified document window.
Syntax
int IN_SetPageScrollBars( docwinID, pageID, barFlags )
|
Input Parameters |
Values |
Meaning |
|
IN_DOCWIN docwinID |
0 | docwinID |
active | specific |
|
IN_PAGE pageID |
0 | pageID |
current | specific |
|
IN_SHORT barFlags |
IN_FLAG_SCROLLBAR_NONE (0) IN_FLAG_SCROLLBAR_HORZ (1) IN_FLAG_SCROLLBAR_VERT (2) IN_FLAG_SCROLLBAR_BOTH (3) | |
Release information
Added to Imagenation for Windows in Release 4.42.
As of Release 5.1, also available in Imagenation for UNIX.
See also