SetHandle Method
Description
Sets the handle to the attached control's hWnd.
Syntax
Public Sub SetHandle( _
ByVal [hWnd](#) As Integer _
)
Parameters
- hWnd: Handle to the attached control's hWnd.
Remarks
This method is used exactly like the Handle property. It was included so the TaskPanel could be used in environments where "Handle" is a reserved word.
The Handle property is only used for items of type xtpTaskItemTypeControl; this should be set to the attached control's hWnd.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.