SetWindowState()

语法

SetWindowState(#Window, State)
概要
Changes the minimized/maximized of the specified window.

参数

#Window The window to use.
State Can have one of the following values:
  #PB_Window_Normal  : The window will be neither maximized nor minimized.
  #PB_Window_Maximize: The window will be maximized.
  #PB_Window_Minimize: The window will be minimized.

Remarks

GetWindowState() can be used to get the current state of the window.

参阅

GetWindowState()

已支持操作系统

所有

<- SetWindowData() - Window Index - SetWindowTitle() ->