BBjGrid::getDragEnabled
Description
In BBj 8.00 and higher, this method returns whether the BBjGrid should allow drag operations.
Syntax
Return Value |
Method |
void |
getDragEnabled() |
Parameters
None
Return Value
Returns 1 if the grid will perform drag-drop on currently selected cells, otherwise returns a 0. The default is false.
Remarks
When drag-drop is disabled, all mouse press and drag movements will be considered a drag-select. When drag-drop is enabled the in order for the user to perform a drag-drop motion on the grid, the user must press and hold the left mouse button on an already selected cell, row, or column. The drag-drop feature will not work unless the cell had been previously selected.
Example
|