Property Running | Terminal.Gui v1 (original) (raw)

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.

Edit this page