The following styles determine whether a window is enabled or disabled, visible or invisible, and minimized or maximized.
| Style | Description |
|---|---|
| WS_DISABLED | Creates a window that is initially disabled. A disabled window cannot receive input from the user. |
| WS_MAXIMIZE | Creates a window that is initially maximized. |
| WS_MINIMIZE | Creates a window that is initially minimized. |
| WS_VISIBLE | Creates a window that is initially visible. |