All Editions
Related Functions
Example
The IN_SetDocumentScrollBars function turns the scroll bars on or off in a document window.
Syntax
CAPI_FN_DECL int IN_SetDocumentScrollBars( docwinID, barFlags )
|
Input Parameters |
Values |
Meaning |
|
IN_DOCWIN docwinID |
0 | docwinID |
active | 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