EVENT_PANEL_MAXIMIZE
Description
When a user maximizes the panel, LabWindows/CVI generates an EVENT_PANEL_MAXIMIZE event and sends the event to the callback function associated with the panel.
This event is not swallowable.
![]() |
Note When you click a panel's button on the taskbar to minimize the panel, the window is minimized and the EVENT_PANEL_MINIMIZE event is sent. This is equivalent to clicking the minimize button in the upper right corner. However, when you minimize by clicking the application's button on the taskbar, the entire application is minimized which causes all its windows to disappear. The individual windows have not been minimized by this action and an EVENT_PANEL_MINIMIZE event is not sent. |
Applies To
Event Data Parameters
eventData1 = 0 (not used)
eventData2 = 0 (not used)
LabWindows/CVI Compatibility
LabWindows/CVI 2012 and later