Table of Contents

Enum WindowState

Namespace
SharpConsoleUI
Assembly
SharpConsoleUI.dll

Specifies the current state of a window.

public enum WindowState

Fields

Maximized = 2

Window is maximized to fill the entire desktop area.

Minimized = 1

Window is minimized and not visible in the content area.

Normal = 0

Window is displayed at its normal size and position.