Skip to content

pbInMdiPanel - cStatusBar

Determines if the statusbar will communicate with the MDI-panel

Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None

Syntax

Property Boolean pbInMdiPanel
Access Type Syntax
Read Access: Get pbInMdiPanel to BooleanVariable
Write Access: Set pbInMdiPanel to BooleanVariable/Value

Description

When the pbInMdiPanel property is True, the statusbar will communicate with the MDI-panel (Panel class, for example) to ensure that the panel's Client-Area is set automatically.

The only time you will need to change this property is when you want to use a statusbar in a non-MDI panel, such as a ToolPanel, in which case, you should set it to False.

Default is true.