Statusbar, a doubleClick , how to get the panel ?

  • Thread starter Thread starter Peter Stojkovic
  • Start date Start date
P

Peter Stojkovic

VB.NET

I have a statusbar with three panels.

When the user make a doubleclick on panel1 I want make some action.

How to determine on which panel the user makes the doubleclick inside the
statusbar ?
Panel1 or panel2 or panel3 ?


Peter
 
Hi Pondala,

I have the same question as what Peter had. As far as I know, StatusBarPanel
doesn't support any event handler except "Dispose" event. That means you
can't add a DoubleClick event to StatusBarPanel. Is there any idea?

Peter, did you find the solution for it?

Regards,

Bin
 
Back
Top