TitleBar Property
  

Set / Gets titlebar of a window..

SYNTAX
Pseudo-OOP:

Set:
<WindowName>.TitleBar :=
lLogical

Get:
<WindowName>.TitleBar -->
lLogical

Function syntax:

Set:
SetProperty ( <WindowName>,TitleBar := lLogical)

Get:
GetProperty ( <WindowName>, TitleBar ) --> lLogical