> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Enum ShowState

> Value for the showState field in table externalapplication

Value for the showState field in table externalapplication

## Syntax

```crmscript theme={null}
ShowState
```

## Fields

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


## Related topics

- [Enum values for ShowState](/en/database/tables/enums/showstate.md)
- [SuperOffice.WebApi.Data.ShowState](/en/api/reference/webapi/SuperOffice.WebApi.Data.ShowState.md)
- [ExtApp table](/en/database/tables/extapp.md)
- [SuperOffice.WebApi.Data.ExtAppEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.ExtAppEntity.md)
- [Enum ShowWindowState](/en/automation/crmscript/reference/CRMScript.NetServer.ShowWindowState.md)
- [Enum values for ShowWindowState](/en/database/tables/enums/showwindowstate.md)
