Application#

The application object and top-level windows. App is the root of a simple app; AppShell adds a toolbar stack, one navigation sidebar, and paged content; Workbench is the two-tier variant with a workspace rail. Window opens a secondary top-level window, and Splash shows a borderless intro screen while the app starts.

App

The application window.

AppShell

Single-tier application window: one navigation sidebar plus content.

Workbench

Two-tier application window: a workspace rail plus per-workspace sidebars.

Window

A secondary top-level window.

Splash

A borderless app intro screen shown while the main window is built.

The AppShell reference documents its PageNav and Page handles, and Workbench its Workspace and Rail handles, each in a Supporting classes section.