GetWindowState()

语法

State = GetWindowState(#Window)
概要
Checks whether the specified window is maximized, minimized or displayed normally.

参数

#Window The window to use.

返回值

It can be 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.

Remarks

The status of a window can be changed with the SetWindowState() function.

参阅

SetWindowState()

已支持操作系统

所有

<- GetWindowData() - Window Index - GetWindowTitle() ->