ControlContext :: dropProperty - Target property handle in a drag and drop action
The property provides a property handle (Property) that acts as target for the drop operation. Usually, drag content will be inserted in the target property.
Return value: Propery handle ( odaba::Property & )
Implementation details
odaba::Property &
ControlContext  :: dropProperty (  )
The function can be called in the doBeforeDrop() handler in order to get the property handle, which refers to the instance for the drag action.