Share via


Window.Close Method

Closes the current window manually.

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

Syntax

public void Close ()

Remarks

Closing a window will cause any child windows that it owns to be closed. Furthermore, doing this may cause your application to stop running, depending on the value of the ShutdownMode property of the Application object.

Version Information

Available in .NET Micro Framework version 2.0, 2.5

See Also

Reference

Window Class
Window Members
Microsoft.SPOT.Presentation Namespace