Move Method
Description
Moves a TaskPanelGroupItem/TaskPanelItem to the specified location within the collection of items.
Syntax
Public Sub Move( _
ByVal [Item](#) As [TaskPanelGroupItem](XtremeTaskPanel~TaskPanelGroupItem.md), _
ByVal [Index](#) As Long _
)
Parameters
- Item:
TaskPanelGroupItem/TaskPanelItemthat will be moved. - Index: New position of the item within the collection of items.
Remarks
A TaskPanelGroupItem/TaskPanelItem will be displayed in the order that they are added to the collection of items. They are stored in a zero-based array of items. The item's position within the array can be changed by specifying an index to move the item to.
See Also

Task Panel ActiveX Control v24.0
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.