Application Window
- The first time Build & Run is clicked on a designer project, the UI Runtime will open as a windowed application.
- For many applications, it is desired to have the UI Runtime be the only visible application on a monitor. (no taskbar or minimize, maximize, and close icons) This is often referred to as “Kiosk” mode.
- This is achieved by setting the window’s WindowState to maximized and the WindowStyle to None