Table of Contents

Method AdvanceCheckState

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

AdvanceCheckState()

Advances Value to the next value. Invokes the cancelable ValueChanging event.

public bool? AdvanceCheckState()

Returns

bool?

true if state change was canceled, false if the state changed, and null if the state was not changed for some other reason.

Remarks

Cycles through the states None, Checked, and UnChecked.

If the ValueChanging event is not canceled, the Value will be updated and the Accept event will be raised.