HelpRequestEvent.Position Property | |
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
public virtual Point Position { get; }
Request Example
View SourceProperty Value
Type:
PointThe 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