Skip to content

piStatusHelpPaneIndex - cStatusBar

Determines which pane should show this status-help

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

Syntax

Property Integer piStatusHelpPaneIndex
Access Type Syntax
Read Access: Get piStatusHelpPaneIndex to IntegerVariable
Write Access: Set piStatusHelpPaneIndex to IntegerVariable/Value

Description

As the user navigates the focus between controls, the control's Status_Help property is automatically displayed in the statusbar. The piStatusHelpPaneIndex property determines which pane should show this status-help.

The property takes the zero-based index of the pane, not its object-handle. By default, the property is zero, which is the first pane.

Status-help is only shown in the statusbar if the pbInMdiPanel property is True.

Default is 0.