BBjGrid::getDragType

Description

In BBj 7.0 and higher, this method returns the drag type that was set in a previous call to setDragType ()

Syntax

Return Value

Method

string

getDragType(int column)

string

getDragType(int row, int column)

Parameters

Variable

Description

column

Specifies the column.

row

Specifies the row.

Return Value

Returns the value, if any, that was set using BBjGrid::setDragType().

Remarks

For more information, see BBj Drag and Drop.

Example

See Also

BBjAPI

BBjSysGui

BBjWindow

BBjDropTargetDropEvent

BBjDragSourceDropEvent

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.