The state of the checkbox.
| C# | Visual Basic | Visual C++ |
public virtual CheckState CheckState { get; set; }
Public Overridable Property CheckState As CheckState
public: virtual property CheckState CheckState { CheckState get (); void set (CheckState value); }
| Exception | Condition |
|---|---|
| SetAttributeFailedException | Thrown if setting the attribute value failed. |
