GetWindowState()
Syntax
State = GetWindowState(#Window)Description
Checks wether the specified window is maximized, minimized or displayed normally.
It returns one of the following values:#PB_Window_Normal : The window is neither maximized nor minimized. #PB_Window_Maximize: The window is maximized. #PB_Window_Minimize: The window is minimized.The status of a window can be changed with the SetWindowState() function.
Supported OS
All