> ## 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 values for ShowWindowState

> Lists the enum values for ShowWindowState.

## ShowWindowState Enum

Normal = 0, Maximized = 1, Minimized = 2

| Name      | Value | Description    |
| --------- | ----- | -------------- |
| Normal    | 0     | Show Normal    |
| Maximized | 1     | Show Maximized |
| Minimized | 2     | Show Minimized |

## Usage

* [WinPosSize](../winpossize).state - Stores the position and size of each window, so they can be shown in the same place again


## Related topics

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