ScrollBar.SetThumbPosition Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual SetThumbPosition(
Usual nPosition = default,
Usual lNotifyOwner = default
)
Request Example
View SourceParameters
- 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:
UsualSee Also