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 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.

Code Error Message String
xx Success