ComponentOne VSView 8.0
MouseLink Event

Fired when the user clicks or moves the mouse over a hyperlink (see AutoLinkNavigate property).

Syntax

Event MouseLink(Link As String, Clicked As Boolean, Cancel As Integer)

Remarks

Event parameters:

Parameter

Description

Link

String containing the link target (for example, "http://componentone.com").

Clicked

True if the user clicked the link, False if he just moved the mouse over it.

Cancel

Set to True to prevent navigation to the link or changing the mouse cursor to show a hand.

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback