BBjGrid::getStartEditSelectionMode
Description
In BBj 10.00 and higher, this method returns the selection mode that will be used when starting to edit a cell in a BBjGrid.
Syntax
Return Value |
Method |
int |
getStartEditSelectionMode() |
Parameters
None.
Return Value
Value |
Description |
START_EDIT_SELECTS_START |
Places cursor at beginning of text when editing starts. |
START_EDIT_SELECTS_ALL |
Selects all text selected when editing starts. |
START_EDIT_SELECTS_END |
Places cursor at end of text when editing starts. |
Remarks
By default, the START_EDIT_SELECTS_ALL mode is used.
Example
|
See Also
BBjGrid::setStartEditSelectionMode
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.