Type
Boolean
Description
Determines whether a user click on a hyperlink initiates navigation on the mouse down or mouse up action.
Example
// Cause the down-click to be the trigger for a hyperlink action:
WebsterPro1.HyperlinkOnMouseDown = True
Remarks
This property is set to False by default, so navigation is initiated when a user clicks and then releases the mouse over a hyperlink. Set to True to cause the navigation to occur when the user clicks the mouse down over a hyperlink.