IWinFormsLinkLabelClickLink Method (Int32) |
Performs a click on the specified link.
Namespace:
SmartBear.TestLeft.TestObjects.WinForms
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax void ClickLink(
int link
)
Sub ClickLink (
link As Integer
)
Dim instance As IWinFormsLinkLabel
Dim link As Integer
instance.ClickLink(link)
void ClickLink(
int link
)
Parameters
- link
- Type: SystemInt32
The zero-based index of the link.
Exceptions See Also