Skip to content

AllowDrop Property

Description

The AllowDrop property specifies whether another TaskPanelGroupItem objects can be dropped or inserted immediately before this item.

Property Type

Read-write property

Syntax (Visual Basic)

Public Property AllowDrop() As Boolean

Remarks

Despite its name, the AllowDrop property does not control whether the item can be dropped. The AllowDrag property is used to control dragging and dropping of the actual item.

See Also


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