ATTR_MINIMIZE_OTHER_PANELS
Type: | Panel attribute |
Description: | Specifies whether all panels in a thread minimize when a user minimizes the panel for which you set this attribute. If you set ATTR_TASKBAR_BUTTON_VISIBLE to false, LabWindows/CVI does not minimize all panels in the thread, even if you set ATTR_MINIMIZE_OTHER_PANELS to true. Note: If you set ATTR_TASKBAR_BUTTON_VISIBLE to true and minimize the last visible panel in your application, LabWindows/CVI minimizes all panels in the thread of that panel, even if you set ATTR_MINIMIZE_OTHER_PANELS to false. This attribute is not supported for child panels. Linux: This attribute is not supported. |
Data Type: | integer |
Default Value: | 0 |
LabWindows/CVI Compatibility: |
LabWindows/CVI 8.5 and later |
Values
0 | False |
1 | True |