Determines if the form has the small palette-style title bar when it’s not MDI.

Property of

Form, SubForm

Description

Set the smalltitle property to true to make the form look like a palette window, with the smaller title bar and no minimize, maximize, taskbar entry, or system menu icons. You must set smallTitle before you open the form.

The smallTitle property has no effect unless the form’s mdi property is false. When the mdi property is true, the form follows the MDI specification and has a normal-sized title bar.

To enable a showTaskBarButton property to display a Windows Taskbar button, set the showTaskBarButton to true and the smallTitle properties to false.