ICheckable Interface
Provides the base requirements for a control that is checkable.
public interface ICheckable
Properties
IsChecked
Gets or sets whether the control is checked.
bool IsChecked { get; set; }
Property Value
- System.Boolean:
trueif the control is checked; otherwise,false.