Admin Production ni-theme
Current Publication

EVENT_PANEL_MINIMIZE

LabWindows/CVI

EVENT_PANEL_MINIMIZE

Description

When a user minimizes the panel to the taskbar, LabWindows/CVI generates an EVENT_PANEL_MINIMIZE event and sends the event to the callback function associated with the panel.

This event is not swallowable.

Note Note  When you click a panel's button on the taskbar to minimize the panel, the window is minimized and the 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 is not sent.

Applies To

Panels

Event Data Parameters

eventData1 = 0 (not used)

eventData2 = 0 (not used)

LabWindows/CVI Compatibility

LabWindows/CVI 2012 and later