LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I Get or Set the status of a panel?

In other words, assuming a panel has been loaded, how can I tell if it has been minimized, or where it was positioned on the screen? If a panel was minimized and I want to restore it and then minimize it when done, how do I do that?
0 Kudos
Message 1 of 2
(2,854 Views)
GetPanelAttribute can be used for this. You can check the top, left, width and height. Also, the Window Zoom attribute can be used to minimize, maximize, or restore. SetPanelAttribute and GetPanelAttribute with the Window Zoom attribute is what you want for checking status.

Best Regards,

Chris Matthews
Measurement Studio Support Manager
Message 2 of 2
(2,854 Views)