Skip to content

OnComPaneDblClick - cCJStatusBar

Is sent when a statusbar pane object on the statusbar control is double clicked

Type: Event

Parameters

Parameter Type Description
llPane Variant Reference to the statusbar pane COM control that was double clicked

Syntax

Procedure OnComPaneDblClick Variant llPane

Description

OnComPaneDblClick is sent when a statusbar pane object on the statusbar control is double clicked. This COM event is augmented to find the cCJStatusBarPane proxy object that was clicked and to send the message OnDblClick to this object.

You should not need to augment this event. It is expected that you will handle the double click event within the statusbar pane object's OnDblClick event.