Window.Close Method

Definition

Closes the application window.

public:
 virtual void Close() = Close;
void Close();
public void Close();
function close()
Public Sub Close ()

Remarks

The Closed event occurs when a Window closes.

Applies to

See also