Table of Contents

Class Window

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

A ToplevelView with BorderStyle set to Single. Provides a container for other views.

public class Window : Toplevel, IDisposable, ISupportInitializeNotification, ISupportInitialize
Inheritance
Window
Implements
Derived
Inherited Members

Remarks

If any subview is a button and the IsDefault property is set to true, the Enter key will invoke the Accept command on that subview.

Constructors

Window()

Initializes a new instance of the Window class using Computed positioning.

Properties

DefaultBorderStyle

The default LineStyle for Window's border. The default is Single.