Table of Contents

Property IsChecked

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

IsChecked

Gets or set a value indicating whether the CheckBox is in the checked state.

public virtual bool IsChecked { get; set; }

Property Value

bool

true if the CheckBox is in the checked state; otherwise, false. The default value is false.

Remarks

When the value is true, the CheckBox portion of the control displays a check mark.