Click or drag to resize

HelpRequestEvent.Position Property

X#
The location of the mouse pointer in canvas coordinates.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY Position AS Point GET 
Request Example View Source

Property Value

Type: Point
The location of the mouse pointer in canvas coordinates.
Remarks
The location of the mouse pointer in canvas coordinates. This method is provided to support help requests of type HelpWindow (refer to the HelpRequestEvent:HelpType assign) to allow particular areas of the canvas to have distinct displays of help information. The HelpRequestEvent:WindowRegion access should be used to determine if the help pointer was on the canvas at the time. The point returned is not relevant in other cases.
See Also