method restore

void restore();

Argumente

Zurückgegebener Wert

This method puts the window into a normal state. (Neither maximized or minimized).
var wndBox = scene.rootBox;
if (wndBox)
{
    wndBox.restore();
}