ShowCloseButton

Syntax:

ShowCloseButton( WindowID , value )

Parameters:

WindowID

=

handle of the window ( WindowID() )

value

=

ON/OFF switch (#TRUE/#FALSE)


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 )


Supported OS:   Windows