Table of Contents

Property Running

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Running

Gets or sets whether the MainLoop for this Toplevel is running or not.

public bool Running { get; set; }

Property Value

bool

Remarks

Setting this property directly is discouraged. Use RequestStop(Toplevel) instead.