CloseWindow()
语法
CloseWindow(#Window)概要
Close the specified window.
参数
#Window The window to close. If #PB_All is specified, all the remaining windows are closed.
返回值
无.
Remarks
All remaining opened windows are automatically closed when the program ends.
参阅
OpenWindow()
已支持操作系统
所有