Skip to content

Handle Property

Description

The Handle property is only used for items of type xtpTaskItemTypeControl. This should be set to the attached control's hWnd.

Property Type

Read-write property

Syntax (Visual Basic)

Public Property Handle() As Integer

Remarks

This is the hWnd to the attached control. When a control is assigned to the Control property, the hWnd of the attached control is placed into the Handle property.

You can choose to use the Handle or Control property to attach a control to the item.

See Also

TaskPanelGroupItem Object


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.