Table of Contents

Property Canceled

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

Canceled

Gets whether the dialog was canceled (i.e., the user dismissed it without accepting a selection).

public bool Canceled { get; }

Property Value

bool

Remarks

Returns true if Result is null.