IWinHeaderItemFormatIsChecked Property |
Returns true if the item's check-box is checked.
Namespace:
SmartBear.TestLeft.TestObjects.Win
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax ReadOnly Property IsChecked As Boolean
Get
Dim instance As IWinHeaderItemFormat
Dim value As Boolean
value = instance.IsChecked
property bool IsChecked {
bool get ();
}
Property Value
Type:
BooleanExceptions See Also