Terminal.Gui
1.0.0.0
Terminal.Gui.Window
The dialog box is a window that by default is centered and contains one
or more buttons. It defaults to the Colors.Dialog color scheme and has a
1 cell padding around the edges.
To run the dialog modally, create the Dialog, and pass this to Application.Run which
will execute the dialog until it terminates via the [ESC] key, or when one of the views
or buttons added to the dialog set the Running property on the Dialog to false.
Constructor
1.0.0.0
System.ParamArray
Title for the dialog.
Width for the dialog.
Height for the dialog.
Optional buttons to lay out at the bottom of the dialog.
Initializes a new instance of the class with an optional set of buttons to display
To be added.
Method
1.0.0.0
System.Void
Button to add.
Adds a button to the dialog, its layout will be controled by the dialog
To be added.
Method
1.0.0.0
System.Void
To be added.
To be added.
Method
1.0.0.0
System.Boolean
To be added.
To be added.
To be added.
To be added.