ShowCloseButton | ||||||
Syntax: | ||||||
ShowCloseButton( WindowID , value ) | ||||||
Parameters: | ||||||
| ||||||
Description: | ||||||
versteckt/zeigt den "Schließen"-Button in der Titlebar. Geht mit einem Standard- oder Toolfenster | ||||||
Example: | ||||||
OpenWindow(0,100,100,300,300,#PB_Window_SystemMenu,"Test") ShowCloseButton( WindowID(), #FALSE ) | ||||||
|