BBjGrid::setDragType

Description

In BBj 7.0 and higher, this method sets an optional type string that an individual grid column or cell advertises to potential drop targets when the BBjGrid acts as a drag source.

Syntax

Return Value

Method

void

setDragType(int column, string type)

void

setDragType(int row, int column, string type)

Parameters

Variable

Description

column

Specifies the column.

row

Specifies the row.

type

Application-defined alphanumeric drag type string for this column or cell.

Return Value

None.

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.