event DblClickPanel (Panel as Panel)
Occurs when the user double clicks a panel.

TypeDescription
Panel as Panel A Panel object being double clicked.
The DblClickPanel event notifies your application when the user double clicks a panel in the status bar control. The DblClickPanel event is not fired if a panel is disabled. Use the Enabled property to enable or disable a panel. If the panel is disabled or the user presses the right mouse button, you still can find out the panel from the cursor using the PanelFromPoint property. The DblClickPanel event is fired when the user releases the left mouse button over the panel. Use the ClickPanel event to notify your application whether the user clicks a panel.

Syntax for DblClickPanel event, /NET version, on:

private void DblClickPanel(object sender,exontrol.EXSTATUSBARLib.Panel Panel)
{
}

Private Sub DblClickPanel(ByVal sender As System.Object,ByVal Panel As exontrol.EXSTATUSBARLib.Panel) Handles DblClickPanel
End Sub

Syntax for DblClickPanel event, /COM version, on:

private void DblClickPanel(object sender, AxEXSTATUSBARLib._IStatusBarEvents_DblClickPanelEvent e)
{
}

void OnDblClickPanel(LPDISPATCH Panel)
{
}

void __fastcall DblClickPanel(TObject *Sender,Exstatusbarlib_tlb::IPanel *Panel)
{
}

procedure DblClickPanel(ASender: TObject; Panel : IPanel);
begin
end;

procedure DblClickPanel(sender: System.Object; e: AxEXSTATUSBARLib._IStatusBarEvents_DblClickPanelEvent);
begin
end;

begin event DblClickPanel(oleobject Panel)
end event DblClickPanel

Private Sub DblClickPanel(ByVal sender As System.Object, ByVal e As AxEXSTATUSBARLib._IStatusBarEvents_DblClickPanelEvent) Handles DblClickPanel
End Sub

Private Sub DblClickPanel(ByVal Panel As EXSTATUSBARLibCtl.IPanel)
End Sub

Private Sub DblClickPanel(ByVal Panel As Object)
End Sub

LPARAMETERS Panel

PROCEDURE OnDblClickPanel(oStatusBar,Panel)
RETURN

Syntax for DblClickPanel event, /COM version (others), on:

<SCRIPT EVENT="DblClickPanel(Panel)" LANGUAGE="JScript">
</SCRIPT>

<SCRIPT LANGUAGE="VBScript">
Function DblClickPanel(Panel)
End Function
</SCRIPT>

Procedure OnComDblClickPanel Variant llPanel
	Forward Send OnComDblClickPanel llPanel
End_Procedure

METHOD OCX_DblClickPanel(Panel) CLASS MainDialog
RETURN NIL

void onEvent_DblClickPanel(COM _Panel)
{
}

function DblClickPanel as v (Panel as OLE::Exontrol.StatusBar.1::IPanel)
end function

function nativeObject_DblClickPanel(Panel)
return