IBarItemCheckableState Property |
Gets the current state of a checkable bar item, that is, Unchecked, Checked or Grayed.
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax CheckState State { get; }
ReadOnly Property State As CheckState
Get
Dim instance As IBarItemCheckable
Dim value As CheckState
value = instance.State
property CheckState State {
CheckState get ();
}
Property Value
Type:
CheckStateExceptions See Also