Click or drag to resize

ScrollBar.SetThumbPosition Method

X#
Set the thumb position of the scrollbar

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD SetThumbPosition(
	nPosition,
	lNotifyOwner
) AS USUAL CLIPPER
Request Example View Source

Parameters

nPosition (Optional)
Type: Usual
New position of the thumb.
lNotifyOwner (Optional)
Type: Usual
Should the owner be notified? When TRUE then the owner receives a WM_HSCROLL or WM_VSCROLL with a wParam SB_THUMBTRACK and lParam contains the scrollbar handle.

Return Value

Type: Usual
See Also