Table of Contents

Class Window

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

An overlapped container for other views with a border and optional title.

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

Remarks

Window has BorderStyle set to Single, Arrangement set to Overlapped, and uses the Base ColorSchemes color scheme by default.

To enable Window to be sized and moved by the user, adjust Arrangement.

Constructors

Window()

Initializes a new instance of the Window class.

Properties

DefaultBorderStyle

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

DefaultShadow

Gets or sets whether all Windows are shown with a shadow effect by default.

See Also