Represents the native class that contains core drop information. The instance of this class is passed to OnDragEnter, OnDragOver and OnDragLeave client side event.
Properties:
- Enabled
Specifies whether the drop element is enabled.
- IsSubObject
Determines whether the current drop object is a sub object. Sub object concept is usually used in Intersoft Control Integration or other complex objects where the control has more than one drop elements.
- SubObjectContext
Gets the CustomSubDropInterfaceBase instance associated to the current drop context. SubObjectContext is used only in complex control integration such as Intersoft Control Integration. SubObjectContext contains information about the sub-object in the context of drag-drop operation, such as during DragOver or DragDrop.
- Owner
Gets the associated WebDropControl instance for the drop element.
![]() |
The IsSubObject and SubObjectContext property are advanced programming subjects in WebDragDropExtender. To get a brief picture on how it works, please refer to the walkthrough or reference samples. |
References
{ISDropableObject Properties}
