Window Class

Provides members you can use to create, configure, show, and manage windows and dialog boxes in your .NET Micro Framework applications.

Namespace: Microsoft.SPOT.Presentation
Assembly: Microsoft.SPOT.TinyCore (in microsoft.spot.tinycore.dll)

Syntax

public class Window : ContentControl

Remarks

The point of interaction between a user and a stand-alone application is a window. A Windows Presentation Foundation (WPF) window consists of two distinct areas:

  • A system-provided area that hosts the window's adornments, including an icon, a Title Bar, System Menu, Minimize button, Maximize button, Restore button, and Close button, as well as a border.
  • A client area, which hosts application-specific content.

Version Information

Available in .NET Micro Framework version 2.0, 2.5

See Also

Reference

Window Members
Microsoft.SPOT.Presentation Namespace