Forum Discussion
1 Reply
Sort By
- Hello Shanmugavel,
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