Description
Fired when the user moves the mouse pointer over or away from a hyperlink.
Arguments
|
Name |
Type |
I/O |
Description |
|
URL |
String (by Reference) |
In |
The URL of the hyperlink under the mouse pointer, if any. |
|
IsOverLink |
Boolean |
In |
Indicates that the mouse pointer is over a hyperlink when True and is not over a hyperlink when False. |
Remarks
When IsOverLink is false, the URL argument is empty.