BBjDropTargetDropEvent::getType
Description
In BBj 7.0 and later, this method describes the semantic meaning of the data.
Syntax
Return Value |
Method |
string |
getType() |
Parameters
None.
Return Value
None.
Remarks
This is an application-defined string that describes the semantic meaning of the data. If the drag source was a BBjControl, this returns the drag type string from that control. If the drag source was a BBjTree or BBjGrid, this may return a type string from a particular tree node, grid column, or grid cell.
Example
See Also
BBj Object Diagram for an illustration of the relationship between BBjObjects.