Close Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Closes the current window manually.

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

Syntax

'Declaration
Public Sub Close
public void Close()
public:
void Close()
member Close : unit -> unit 
public function 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 Shutdown property of the Application object.

.NET Framework Security

See Also

Reference

Window Class

Microsoft.SPOT.Presentation Namespace