Click or drag to resize

ScrollBar.SetInfo Method

X#
Set all scrollbar properties with one method call.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD SetInfo(
	oScrollRange,
	nThumbPosition,
	nPageSize,
	lDisableNoScroll
) AS USUAL CLIPPER
Request Example View Source

Parameters

oScrollRange (Optional)
Type: Usual
Specifies the minimum and maximum scrolling position.
nThumbPosition (Optional)
Type: Usual
Specifies the position of the scroll box.
nPageSize (Optional)
Type: Usual
Specifies the page size. A scroll bar uses this value to determine the appropriate size of the proportional scroll box.
lDisableNoScroll (Optional)
Type: Usual
Disables the scroll bar instead of removing it, if the scroll bar's new parameters make the scroll bar unnecessary.

Return Value

Type: Usual
See Also