Class Window
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
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.