|
PlusWnd::GetControlHandle
The PlusWnd::GetControlHandle function returns the
window's handle of any kind of control present in the window.
Syntax
[handle] GetControlHandle(
[string] ControlId
);
Parameters
- ControlId
- [string] Unique identifier of the control.
Return Value
The window's handle of the control specified in parameter. If
the control cannot be found, the return value is null.
This function typically fails for the following reason:
- The PlusWnd object refers to a window that has been
destroyed.
Remarks
None.
Function Information
| Object |
PlusWnd |
| Availability |
Messenger Plus! Live 4.00 |
See Also
PlusWnd Object
|