Admin Production ni-theme
Current Publication

EVENT_PANEL_RESTORE

LabWindows/CVI

EVENT_PANEL_RESTORE

Description

When a user returns the panel to its original size, LabWindows/CVI generates an EVENT_PANEL_RESTORE 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_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 an EVENT_PANEL_MINIMIZE 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