Click or drag to resize

CheckState Enumeration

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 enum CheckState
Members
  Member nameValueDescription
Unchecked0 The control is unchecked.
Checked1 The control is checked.
Grayed2 The control is grayed out.
See Also