A value indicating the state of a control.
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.60.289.11 (14.60.289.11)
Syntax Public Enumeration CheckState
Dim instance As CheckState
public enum class CheckState
Members
| Member name | Value | Description |
---|
| Unchecked | 0 |
The control is unchecked.
|
| Checked | 1 |
The control is checked.
|
| Grayed | 2 |
The control is grayed out.
|
See Also