company logo

ControlContext :: localDrop - Local drop property

A drop event is considered as local, when the drop source and drop target are identical, i.e. the drag and drop action takes place within the one and the same control.

The property returns false, when being checked outside any drag and drop activity.

Return value:  State of function return ( bool  )

A State true indicates, that the function was executed successfully. Otherwise state is false.

Implementation details

bool ControlContext  :: localDrop (  )