IWinSysLinkItemVisited Property |
Indicates whether the link item was left-clicked.
Namespace:
SmartBear.TestLeft.TestObjects.Win
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax bool Visited { get; set; }
Property Visited As Boolean
Get
Set
Dim instance As IWinSysLinkItem
Dim value As Boolean
value = instance.Visited
instance.Visited = value
property bool Visited {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanExceptions See Also