Statusbar, a doubleClick , how to get the panel ?

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
 
G

Guest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top