Click or drag to resize

DataBrowser.SetPointer Method

X#
Set a new pointer to be used when the mouse moves over a particular area of the data browser.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD SetPointer(
	oPointer,
	kWhere
) AS USUAL CLIPPER
Request Example View Source

Parameters

oPointer (Optional)
Type: Usual
The new pointer to be used. If not specified, the default pointer is POINTERARROW.
kWhere (Optional)
Type: Usual
Indicates what part of the browser should be changed, specified as one of the following constants

Return Value

Type: Usual
See Also