IN_SetDocumentScrollBars

All Editions image\bltlrgsq_shg.gif Related Functions  image\bltlrgsq_shg.gif 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)
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