Property Running | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
Running
Gets or sets whether the main loop for this Toplevel is running or not.
public bool Running { get; set; }
Property Value
Remarks
Setting this property directly is discouraged. Use RequestStop(Toplevel?) instead.