|
PEgethotspot MethodScope All ProEssentials Interfaces
PEgethotspot(nX As Integer, nY As Integer) As Boolean
This function is called to determine if and what type of hot-spot resides under a specific set of x/y coordinates (or more commonly, underneath the mouse's location). This will let you know if the mouse if over a hot-spot without the user having to click or double-click. You will normally use the MouseMove event to retrieve the desired coordinates via the GetLastMouseMove method and provide these coordinates to the PEgethotspot method. After this use the GetHotSpotData method to determine which hot spot if any was found.
Comments See Also: GetLastMouseMove, GetHotSpotData, OCX Methods, PEgethotspot.
Visual Basic 6 Example
|
©2022 Gigasoft, Inc. | All rights reserved.
Gigasoft is a registered trademark, and ProEssentials a trademark of Gigasoft, Inc. |