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 float, Arrangement set to Overlapped, and uses the "Base" Scheme 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.