ICheckableControl
Mobilize.QualityMate.ControlInterfaces
ICheckableControl Interface
The interface used to represent the controls that can be checked.
public interface ICheckableControl :
Mobilize.QualityMate.ControlInterfaces.IControl,
Mobilize.QualityMate.ControlInterfaces.Behavior.IValidatable
Derived ↳ ICheckBox ↳ IRadioButton ↳ IToggleButton
Implements IControl, IValidatable
Properties
ICheckableControl.Checked Property
Gets or sets a value indicating whether this element is checked.
bool Checked { get; set; }
Property Value
Last updated
Was this helpful?