JavaScript Editor js editor     Web development 



Main Page

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

Object.TitleBar[ = nExpression]

Return 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.

Remarks

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.

See Also



JavaScript Editor js editor     Web development