ToolStrip control never fire Enter/Leave event??

Posted by AZ on Stack Overflow See other posts from Stack Overflow or by AZ
Published on 2010-04-22T00:21:03Z Indexed on 2010/04/22 0:23 UTC
Read the original article Hit count: 559

Filed under:
|
|

I created a movable panel in WinForms. I use a ToolStrip as a titlebar in the panel. I'll use the ToolStrip to move the panel as well as indicating the panel is "active" or not. So when the panel is active, I want to change the ToolStrip's BackColor to Red.

The idea is capturing ToolStrip's Enter/Leave event to change the color, but it seems those events are never fired.

Are those events truly never fired? Should I capture other events?

© Stack Overflow or respective owner

Related posts about c#

Related posts about winforms