Show / Hide Table of Contents

Enum WindowState

Enumerates available window states.

Namespace: OpenTK
Assembly: OpenTK.dll
Syntax
public enum WindowState

Fields

Name Description
Fullscreen

The window covers the whole screen, including all taskbars and/or panels.

Maximized

The window covers the whole working area, which includes the desktop but not the taskbar and/or panels.

Minimized

The window is minimized to the taskbar (also known as 'iconified').

Normal

The window is in its normal state.

In This Article
Back to top Generated by DocFX