OnPaneDblClick Event (AStatusBar)

Occurs when the mouse button is double-clicked over any of the status bar's pane objects.

Syntax

Object.OnPaneDblClick(Pane)

The OnPaneDblClick event syntax has the following parts:

 

Name

Type

Description

Object

AStatusBar object

AStatusBar object

Pane

AStatusBarPane

A specific pane of the AStatusBar object.

Comments

The OnPanelDblClick event is similar to the standard OnDblClick event but occurs when a user presses and then releases a mouse button twice over an AStatusBar control's AStatusBarPane object.

Example

sbr1.OnPaneDblClick(Pane)

{

sbrp1TimePane.BackColor=crlRed

}

Applies to

AStatusBar

See Also

AStatusBarPane, OnPaneClick, Panes