What event is sent to a Windows Forms window when its button from the taskbar is clicked?

Posted by David on Stack Overflow See other posts from Stack Overflow or by David
Published on 2010-05-14T15:29:07Z Indexed on 2010/05/14 15:34 UTC
Read the original article Hit count: 183

Filed under:
|
|
|

When the user clicks the window title/button in the taskbar, what .NET event (or Windows API message) is sent to the window?

I'm using C#/.NET 2.0/Windows Forms.

Thank you

© Stack Overflow or respective owner

Related posts about taskbar

Related posts about c#