Table of Contents

Enum WindowMode

Namespace
SharpConsoleUI
Assembly
SharpConsoleUI.dll

Specifies the display mode of a window.

public enum WindowMode

Fields

Modal = 1

Modal window that blocks input to other windows until closed.

Normal = 0

Normal window that can be deactivated when other windows are selected.