Graphisoft®

Dialog ManagerVersion: 2.0

ItemDragDropData::GetSourceItem

Gets the drag source item if it is possible (drag source is from the same application).

Item * GetSourceItem (void) const;

Return Value

The source DG::Item pointer of the drag and drop. If the source is not Dialog Manager compatible the return value is NULL.

Description

Use this function to get the darg source "Dialog Manager item" pointer. This function can only be used inside your application. This means than the current drag and drop scope must be application wide. Text or file drag and drop operations are system wide.