> ## 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.

# SuperOffice.WebApi.Data.ShowState

# <a id="SuperOffice_WebApi_Data_ShowState" /> Enum ShowState

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Value for the showState field in table externalapplication
This Enum is used by:  ExtApp.showState
This Enum consists of flag values that can be combined.

```csharp theme={null}
[Flags]
public enum ShowState : short
```

## Fields

`AddressBar = 512`

512: Show the Browser addressbar (where the user can type URL's and stuff)

`Default = 2`

2: Start application with default window size and position

`Maximized = 1`

1: Start application in maximized state

`MenuBar = 2048`

2048: Show the Browser Menu bar (currently not implemented)

`Minimized = 0`

0: Start application in minimized state

`StatusBar = 1024`

1024: Show the Browser statusbar

`ToolBar = 256`

256: Show the Browser toolbar

`UndefinedValue128 = 128`

128: Undefined and generated value 128

`UndefinedValue16 = 16`

16: Undefined and generated value 16

`UndefinedValue32 = 32`

32: Undefined and generated value 32

`UndefinedValue4 = 4`

4: Undefined and generated value 4

`UndefinedValue64 = 64`

64: Undefined and generated value 64

`UndefinedValue8 = 8`

8: Undefined and generated value 8


## Related topics

- [SuperOffice.WebApi.Data.ExtAppEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.ExtAppEntity.md)
- [SuperOffice.WebApi.Data.ShowWindowState](/en/api/reference/webapi/SuperOffice.WebApi.Data.ShowWindowState.md)
- [SuperOffice.WebApi.Data.QuoteVersion](/en/api/reference/webapi/SuperOffice.WebApi.Data.QuoteVersion.md)
- [SuperOffice.WebApi.Data.WindowPosSize](/en/api/reference/webapi/SuperOffice.WebApi.Data.WindowPosSize.md)
- [SuperOffice.WebApi.Data](/en/api/reference/webapi/SuperOffice.WebApi.Data.md)
- [SuperOffice.WebApi.Data.DeltaState](/en/api/reference/webapi/SuperOffice.WebApi.Data.DeltaState.md)
