Table of Contents

Method SetChecked

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

SetChecked(T?, CheckState)

Sets the explicit check state of o and propagates to all descendants.

public void SetChecked(T? o, CheckState state)

Parameters

o T

The node object.

state CheckState

The new check state.