Links are not active on this page.
 TitleBar Property

Specifies if a title bar appears at the top of a form.

Object.TitleBar[ = nExpression]

Expand imageReturn Value

nExpression

The settings for the TitleBar property are as follows:

Setting Description

0

The title bar is not displayed.

1

(Default) The title bar is displayed.

Expand imageRemarks

Applies To: Form

If the TitleBar property is set to 0, a title bar is not displayed and the window pop-up menu and the Minimize, Maximize, and Close buttons are not available.

Expand imageSee Also