ISDropableObject Properties
| Enabled | Description Specifies whether the drop element is enabled. ValueType boolean Default Value |
| IsSubObject | Description 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. ValueType boolean Default Value |
| SubObjectContext | Description 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. ValueType String Default Value |
| Owner | Description Gets the associated WebDropControl instance for the drop element. ValueType Object Default Value |