GetActivePanel
int GetActivePanel (void);
Purpose
Obtains the handle of the active panel. The active panel is the panel that receives keyboard events.
Parameters
None.
Return Value
Name | Type | Description |
panelHandle | int | Value you can use in subsequent function calls to specify this panel. Negative values indicate that an error occurred. Zero is not a valid panel handle. |
Additional Information
Library: User Interface Library
Include file: userint.h
LabWindows/CVI compatibility: LabWindows/CVI 3.0 and later