IN_SetPageScrollBars

All Editions image\bltlrgsq_shg.gif Related Functions  image\bltlrgsq_shg.gif 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)
do not display scroll bars

IN_FLAG_SCROLLBAR_HORZ (1)
display the horizontal scroll bar

IN_FLAG_SCROLLBAR_VERT (2)
display the vertical scroll bar

IN_FLAG_SCROLLBAR_BOTH (3)
display both scroll bars

Release information

Added to Imagenation for Windows in Release 4.42.

As of Release 5.1, also available in Imagenation for UNIX.

See also

Scrolling