BBjGrid::setSelectionBackground
Description
In BBj 19.00 and higher, this method sets the background BBjColor value for a selection in a BBjGrid.
Syntax
Return Value |
Method |
void |
setSelectionBackground(BBjColor color) |
Parameters
Variable |
Description |
color |
Background color of selections in the grid. |
Return Value
None.
Remarks
The int values in the BBjVector can be (R,G,B) or (R,G,B,a).
Example
|
See Also
BBjGrid::getSelectionBackground
BBjGrid::getSelectionForeground
BBjGrid::setSelectionForeground
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.