RadioButtons and CheckBoxes
Interrogated targets represented by the RadioButton and CheckBox controls support the general control properties, methods, and events described in General Windows Control Properties, Methods, and Events. In addition, Studio exposes these properties and events:
Properties
Property |
Description |
AutoCheck |
Gets or sets a value that indicates whether the Checked value and the appearance of the control automatically change when the control is clicked. (Boolean) |
Checked |
Gets or sets a value that indicates indicating whether the control is checked. (Boolean) |
CheckState |
Gets or sets the state of the control. Set to True to select the control. (Boolean) |
ThreeState |
Gets a value that indicates whether the control will allow three check states rather than two. The states are: Checked, Unchecked, and Indeterminate. A True value indicates that the control can be in the Indeterminate state (checked and shaded). (Boolean) |
Events
Property |
Description |
CheckedChanged |
Occurs when the value of the Checked property changes. |
CheckStateChanged |
Occurs when the value of the CheckState property changes. |
Privacy | Trademarks | Terms of Use | Feedback
Updated: 18 June 2020
© 2016 - 2020 Pegasystems Inc. Cambridge, MA All rights reserved.