ShowSmallBorder

Syntax:

ShowSmallBorder( WindowID , value )

Parameters:

WindowID

=

handle of the window ( WindowID() )

value

=

ON/OFF switch (#TRUE/#FALSE)


Description:

Hide/Display small border around the window.

Attention: Only windows without a titlebar can have the small border!


Example:

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


Supported OS:   Windows