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 ↳ ICheckBoxIRadioButtonIToggleButton

Implements IControl, IValidatablearrow-up-right

Properties

ICheckableControl.Checked Property

Gets or sets a value indicating whether this element is checked.

bool Checked { get; set; }

Property Value

System.Booleanarrow-up-right

Last updated

Was this helpful?