Navigation:  Classes > bCellDragEvent >

bCellDragEvent:DragMode

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Mode in for the the drag & drop process.

Class

bCellDragEvent

Type

Access

Data Type

DWord

Description

During a drag & drop process the following modes can occur:

1.BCDM_DRAGSTART:
The drag & drop process is started. This mode arises only in the server of the drag & drop process.

2.BCDM_DRAGENTER:
The mouse pointer enter a bBrowser. This mode arises only in the client of the drag & drop process.

3.BCDM_DRAGOVER:
The mouse pointer is over a bBrowser. This mode arises only in the client of the drag & drop process.

4.BCDM_DRAGLEAVE:
The mouse pointer leave a bBrowser. This mode arises only in the client of the drag & drop process.

5.BCDM_DROP:
The pressed left mouse button was released over a bBrowser. This mode arises only in the client of the drag & drop process.

6.BCDM_DRAGEND:
The drag & drop process was successfully executed. This mode arises only in the server of the drag & drop process.
 
or
 
BCDM_DRAGCANCEL:
The drag & drop process was canceled. This mode arises only in the server of the drag & drop process.

 


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