Navigation:  Classes >

bDragDropManager

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Manage one or several drag & drop processes.

Class

bDragDropManager

Methods

GetClientFromWindow()

Init()

RegisterClient()

UnregisterClient()

Callback Methods

CellDragDrop()

Inherits From

<No ancestor>

Inherited By

<No descendants>

Description

The class manages drag & drop processes between a bBrowser and other controls (e.g. ListBox, ListView etc.). To define a drag & drop process, an object of the class bDragDropClient must be registered at the bDragDropManager. The number of registered objects of the class bDragDropClient is not limited.

 

The events for the registered drag & drop processes will receive, evaluated and passed on to the corresponding clients in the method bDragDropManager:CellDragDrop().

 

To unregister a client from the bDragDropManager, the method bDragDropManager:UnregisterClient() must be used.

 

Important notes!
At present, it is only possible that a bBrowser represents the server by which a drag & drop process is started. The class bDragDropClient defines the client which serves as a possible target of the drag & drop process.

See Also

bDragDropClient

bDragDropManager:CellDragDrop()

bDragDropManager:RegisterClient()

bDragDropManager:UnregisterClient()

bSample - DragDrop

 


Page url: http://www.YOURSERVER.com/index.html?bdragdropmanager.htm