![]() |
Previous | Next |
The titleBar attribute retrieves a value indicating whether the window title bar is shown.
Syntax
elementID.titleBar
Possible Values
This attribute is a read-only Boolean.
Value | Description |
true | Default. The window title bar is shown. |
false | The window title bar is not shown. |
Remarks
If the title bar is shown, the control box, minimize, and close buttons will be shown. The title of the window will be the title of the VIEW element.
If titleBar is set to true and the user attempts to change the value of Video.zoom, the change will not take place unless the skin monitors zoom and takes appropriate action to resize itself.
See Also
Previous | Next |