Forum Discussion
AlexanderM
Staff
15 years agoHello Shanmugavel,
Yes, you can. Use the IsIconic and IsZoomed Win32API functions to do that, for example:
For more information, please see the following resources:
"Window Functions" (MSDN library)
Calling Win32 API Functions
Yes, you can. Use the IsIconic and IsZoomed Win32API functions to do that, for example:
var isMinimized = Win32API.IsIconic(myWindow.Handle);
For more information, please see the following resources:
"Window Functions" (MSDN library)
Calling Win32 API Functions