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