Skip to content

CreateItemFromDropArray Method

Description

The CreateItemFromDropArray function converts the "Data" parameter in the Drag/Drop event back into a TaskPanelGroupItem.

Syntax

Public Function CreateItemFromDropArray( _
    ByVal [ByteArray](#) As Variant _
) As [TaskPanelGroupItem](XtremeTaskPanel~TaskPanelGroupItem.md)

Parameters

  • ByteArray: The "Data" parameter from a Drag/Drop event to convert back into a TaskPanelGroupItem.

Return Type

Returns the TaskPanelGroupItem that was Dragged/Dropped. The item will be a TaskPanelGroupItem.

Remarks

The CreateItemFromDropArray is used with Drag/Drop events to convert the "Data" parameter (VB 6) or e.Data parameter (C#) back into a TaskPanelGroupItem.

See Also


See Also | | Task Panel ActiveX Control v24.0 | | | | | | | |


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