Spread 8.0 Documentation
DLL
Support Options
Glossary Item Box
DLL
To specify whether scroll bars are displayed
Call the
SSSetBool
function and set the parameters as follows:
If you want to hide the scroll bars,
Set the
nIndex
parameter to SSB_HORZSCROLLBAR or SSB_VERTSCROLLBAR.
Set the
bNewVal
parameter to FALSE.
If you want to display the scroll bars,
Set the
nIndex
parameter to SSB_HORZSCROLLBAR or SSB_VERTSCROLLBAR.
Set the
bNewVal
parameter to TRUE.