FindPaneObject - cCJStatusBar
Finds cCJStatusbarPane proxy object that is bound to the passed COM pane object
Type: Function
Return Data Type: Handle
Parameters
| Parameter | Type | Description |
|---|---|---|
| vPane | Variant | Reference to the COM statusbar pane object target |
Syntax
Function FindPaneObject Variant vPane Returns Handle
Call Example
Get FindPaneObject vPane to HandleVariable
Description
FindPaneObject is used to find the proxy object that is bound to the passed COM pane object. If it cannot find this object, a zero is returned.
OnComPaneClick and OnComPaneDblClick uses this to locate the pane object. You will probably never need to use this function.
Return Value
Returns the handle of the cCJStatusbarPane proxy object. If not found, it returns 0