Velaptor.StateOfWindow
Velaptor
Velaptor
StateOfWindow Enum
The different states that a Window can be in.
public enum StateOfWindow
Fields
FullScreen 3
The window covers the whole screen, including all task bars and/or panels.
Maximized 2
The window covers the whole working area, which includes the desktop but not the taskbar and/or panels.
Minimized 1
The window is minimized to the taskbar.
Remarks
This is also known as .iconified.
Normal 0
The window is in the normal state.