Table of Contents

Property Canceled

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

Canceled

Gets whether the dialog was canceled.

public bool Canceled { get; }

Property Value

bool

Remarks

Returns true if Result is null or 1 (assuming button index 1 is the Cancel button).