ToolWindow property


Available for window objects (Window, MDIWindow and DialogBox).

Read/Write at design time
Read/Write at run time

Specifies wheter the window object has a tool window caption (title bar). It can be one of the following values:

TRUE     Window object is a tool window.
FALSE   Window object is not a tool window (default).


REMARKS: This property has no effect if the
Caption property is set to FALSE.