TitleBar Property

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

Object.TitleBar[ = nExpression]

Property Values

  • 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

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

Closable Property | MaxButton Property | MinButton Property | WhatsThisButton Property

Applies To: Form