Description
Use the ClickLink
action to simulate a left mouse button click on the specified link that belongs to a LinkLabel control.
Declaration
TestObj.ClickLink(Link)
TestObj | A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section | |||
Link | [in] | Required | Variant | |
Result | None |
Applies To
The method is applied to the following object:
View Mode
This method is available in the Object Browser panel and in other panels and dialogs in both Basic and Advanced view modes.
Parameters
The method has the following parameter:
Link
Specifies the link you want to click. You can enter the link’s caption or the link’s zero-based index (the total number of links in the control is specified by the wLinkCount property).
Result Value
None.