method minimize

void minimize();

Argumente

Zurückgegebener Wert

This method minimizes the window to the taskbar.
var wndBox = scene.rootBox;
if (wndBox)
{
    wndBox.minimize();
}