<systemChrome>
(Optional) Whether the initial application window is created with the standard title bar, borders, and controls provided by the OS.
Parent elements
<qnx>, <configuration>
Child elements
None
Description
(Optional) The <systemChrome> element specifies whether the initial application window is created with the standard title bar, borders, and controls provided by the OS. The system chrome setting can't be changed at runtime.
Content
A CDATA value representing the standard bar, borders, and controls to use for your application. You can use the following values:
- standard
- The standard system chrome supplied by the OS is displayed.
- none
- No system chrome is displayed.
Attributes
None
Example
<initialWindow> <aspectRatio>landscape</aspectRatio> <autoOrients>false</autoOrients> <systemChrome>none</systemChrome> </initialWindow>
Last modified: 2015-07-24