ShowTitlebar

Syntax:

ShowTitlebar( WindowID , value )

Parameters:

WindowID

=

handle of the window ( WindowID() )

value

=

ON/OFF switch (#TRUE/#FALSE)


Description:

Hide/Display the whole window titlebar.


Example:

  OpenWindow(0,100,100,300,300,#PB_Window_SystemMenu,"Test")
  ShowTitlebar( WindowID(), #FALSE )


Supported OS:   Windows