BBjGrid::setShouldHighlightSelectedRow
Description
In BBj 6.00 and higher, this method sets whether the grid will highlight the entire row containing the currently selected cell.
Syntax
Return Value |
Method |
void |
setShouldHighlightSelectedRow(int p_should) |
Parameters
Variable |
Description |
p_should |
Indicates whether the grid should highlight the entire row containing the currently selected cell. |
Return Value
None.
Remarks
By default, a grid does not highlight the entire row of the currently selected cell.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.