MakeSizeable | ||||||
Syntax: | ||||||
MakeSizeable( WindowID , value ) | ||||||
Parameters: | ||||||
| ||||||
Description: | ||||||
Enables/Disables the size border for the window. ON = the user can resize the window by using the mouse cursor. OFF = the user can not resize the window. | ||||||
Example: | ||||||
OpenWindow(0,100,100,300,300,#PB_Window_SystemMenu,"Test") MakeSizeable( WindowID(), #TRUE ) | ||||||
|