Table of Contents

Method ChangeOption

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

ChangeOption(int, bool)

Sets or unsets optionIndex based on set.

public void ChangeOption(int optionIndex, bool set)

Parameters

optionIndex int

The option to change.

set bool

If true, sets the option. Unsets it otherwise.