In c#, how to determine GP window is minimized? window.isOpen is still true.
*This post is locked for comments
In c#, how to determine GP window is minimized? window.isOpen is still true.
*This post is locked for comments
IsOpen() will be true since the window is open, but it's state is minimized. Your question still remains unanswered, though.