property chromeless

(r/w) bool chromeless;

Typ

Zugriff

This property sets and gets the flag the determines whether or not this window shows up with a standard OS title bar or not.
var wndBox = scene.rootBox;
if (wndBox)
{
    wndBox.chromeless = true;
}