

| Type | Description | |||
| Panel as Panel | A Panel object being clicked. | 
		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  | 
		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  | 
		<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  |