ShowSmallBorder | ||||||
Syntax: | ||||||
ShowSmallBorder( WindowID , value ) | ||||||
Parameters: | ||||||
| ||||||
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 ) | ||||||
|