Enum WindowMode
- Namespace
- SharpConsoleUI
- Assembly
- SharpConsoleUI.dll
Specifies the display mode of a window.
public enum WindowMode
Fields
Modal = 1Modal window that blocks input to other windows until closed.
Normal = 0Normal window that can be deactivated when other windows are selected.