int GetActivePanel (void);
Obtains the handle of the active panel. The active panel is the panel that receives keyboard events.
None.
Name | Type | Description | ||||
panelHandle | integer | 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.
|