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, IValidatable

Properties

ICheckableControl.Checked Property

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

bool Checked { get; set; }

Property Value

System.Boolean

Last updated