ShowCloseButton | ||||||
Syntax: | ||||||
ShowCloseButton( WindowID , value ) | ||||||
Parameters: | ||||||
| ||||||
Description: | ||||||
Hide/Display the 'close' button and system menu in the window titlebar. Works for Standard and ToolWindows. | ||||||
Example: | ||||||
OpenWindow(0,100,100,300,300,#PB_Window_SystemMenu,"Test") ShowCloseButton( WindowID(), #FALSE ) | ||||||
|