Table of Contents

Method ClearChecked

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

ClearChecked(bool)

Unchecks all items in the control and optionally calls RaiseCheckedChanged(EventArgs).

public virtual bool ClearChecked(bool raiseEvents)

Parameters

raiseEvents bool

Returns

bool

ClearChecked()

Unchecks all items in the control.

public void ClearChecked()