Application.remove

Removes a window from the application.

  1. void remove(Window window)
  2. void remove(string name)
    class Application
    void
    remove
    (
    string name
    )

Parameters

name string

The name of the window to remove.

Meta