In This Article

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

bool:

true if the control is checked; otherwise, false.