Terminal.Gui
1.0.0.0
Terminal.Gui.View
Toplevel views can be modally executed.
Toplevels can be modally executing views, and they return control
to the caller when the "Running" property is set to false, or
by calling
There will be a toplevel created for you on the first time use
and can be accessed from the property ,
but new toplevels can be created and ran on top of it. To run, create the
toplevel and then invoke with the
new toplevel.
Constructor
1.0.0.0
Initializes a new instance of the class with Computed layout, defaulting to full screen.
To be added.
Constructor
1.0.0.0
Frame.
Initializes a new instance of the class with the specified absolute layout.
To be added.
Property
1.0.0.0
System.Boolean
To be added.
To be added.
To be added.
Method
1.0.0.0
Terminal.Gui.Toplevel
Convenience factory method that creates a new toplevel with the current terminal dimensions.
The create.
To be added.
Method
1.0.0.0
System.Boolean
To be added.
To be added.
To be added.
To be added.
Field
1.0.0.0
System.Boolean
This flag is checked on each iteration of the mainloop and it continues
running until this flag is set to false.
To be added.
Method
1.0.0.0
System.Void
This method is invoked by Application.Begin as part of the Application.Run after
the views have been laid out, and before the views are drawn for the first time.
To be added.