Titlebar Property

Specifies whether the window's title bar is visible or not.

Syntax

object.Titlebar [= Boolean]

Properties

The Titlebar property syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

Boolean

Whether the title bar is visible.

Settings

The settings for Boolean are:

Value

Description

True

The title bar is visible.

False

The title bar is not visible.

 

Applies To