Desktop
Represents a desktop container that can host floating windows.
Last updated
Represents a desktop container that can host floating windows.
Last updated
Desktop controls are used to provide an easy-to-use container for Form navigation. Only one Desktop can be shown to a user at a time, but an unlimited number of Desktops can be created for each Wisej application.
For a full list of properties, methods and events see the API documentation.
Wisej applications can contain an unlimited number of customized Desktops. To switch a Desktop, simply set the Application.Desktop property.
When working with multiple Desktop instances, the existing Forms on the page will be retained.
The Desktop container can also be hosted on a Page control.
Trying to add a Desktop control to any other type of control other than a Page will throw an exception in the designer or at runtime.
The Taskbar portion of the Desktop control is used to display and control open Forms. When a new Form is shown within the application, a shortcut for it is automatically created in the Desktop's taskbar.
Item | Description |
---|---|
Class name
"wisej.web.Desktop", "wisej.web.desktop.Workspace", "wisej.web.desktop.TaskBar", and "wisej.web.desktop.TaskBarItem"
Theme appearance
"desktop", "desktop-taskbar-item", and "desktop-taskbar-preview" see Themes.
Child components
"workspace" represents the non-taskbar area of the desktop, "taskbar". See JavaScript.
Source code