MakeSizeable

Syntax:

MakeSizeable( WindowID , value )

Parameters:

WindowID

=

handle of the window ( WindowID() )

value

=

ON/OFF switch (#TRUE/#FALSE)


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 )


Supported OS:   Windows