Skip to content

DragOverItem Property

Description

The DragOverItem property holds a pointer to the item that currently is being dragged over.

Property Type

Read-only property

Syntax (Visual Basic)

Public Property DragOverItem() As [TaskPanelItem](XtremeTaskPanel~TaskPanelItem.md)

Remarks

DragOverItem is used with the OLEDragDrop event to determine which item the mouse cursor is currently dragging an item over.

DragOverItem is useful for determining if the item is a group and it is also used to determine the parent group on an item so that you can add an item to that group if the mouse drops something.

See Also

Example

DragDrop Sample


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