> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Enum values for ShowState

> Lists the enum values for ShowState.

## ShowState Enum

Maximized / minimized / restored

| Name       | Value | Description                                                           |
| ---------- | ----- | --------------------------------------------------------------------- |
| Minimized  | 0     | Start application in minimized state                                  |
| Maximized  | 1     | Start application in maximized state                                  |
| Default    | 2     | Start application with default window size and position               |
| ToolBar    | 256   | Show the Browser toolbar                                              |
| AddressBar | 512   | Show the Browser addressbar (where the user can type URL's and stuff) |
| StatusBar  | 1024  | Show the Browser statusbar                                            |
| MenuBar    | 2048  | Show the Browser Menu bar (currently not implemented)                 |

## Usage

* [ExtApp](../extapp).showState - ExtApp list table. Applications startable from SuperOffice
