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

TypeDescription
Panel as Panel A Panel object being clicked.
The ClickPanel event notifies your application when the user clicks a panel in the status bar control. The ClickPanel 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 ClickPanel event is fired when the user releases the left mouse button over the panel. Use the DblClickPanel event to notify your application whether the user double clicked a panel.

Syntax for ClickPanel event, /NET version, on:

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

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

Syntax for ClickPanel event, /COM version, on:

private void ClickPanel(object sender, AxEXSTATUSBARLib._IStatusBarEvents_ClickPanelEvent e)
{
}

void OnClickPanel(LPDISPATCH Panel)
{
}

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

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

procedure ClickPanel(sender: System.Object; e: AxEXSTATUSBARLib._IStatusBarEvents_ClickPanelEvent);
begin
end;

begin event ClickPanel(oleobject Panel)
end event ClickPanel

Private Sub ClickPanel(ByVal sender As System.Object, ByVal e As AxEXSTATUSBARLib._IStatusBarEvents_ClickPanelEvent) Handles ClickPanel
End Sub

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

Private Sub ClickPanel(ByVal Panel As Object)
End Sub

LPARAMETERS Panel

PROCEDURE OnClickPanel(oStatusBar,Panel)
RETURN

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

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

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

Procedure OnComClickPanel Variant llPanel
	Forward Send OnComClickPanel llPanel
End_Procedure

METHOD OCX_ClickPanel(Panel) CLASS MainDialog
RETURN NIL

void onEvent_ClickPanel(COM _Panel)
{
}

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

function nativeObject_ClickPanel(Panel)
return