company logo

ControlContext :: acceptDrops - Accept drop events

The function enables or disables the control for accepting drop events. Usually, drop events are handled by the control according to the control type. You may, however, handle different phases of the event by specific context actions as doBeforeDrop() or doAfterDrop().

Implementation details

ControlContext  :: acceptDrops ( bool bDrop )
  • bDrop - Drop option

    The drop option is set to true when drop events are to be accepted, and false otherwise.