BBjGrid::setSelectionForeground
Description
In BBj 19.00 and higher, this method sets the foreground BBjColor value of a selection in a BBjGrid.
Syntax
Return Value |
Method |
void |
setSelectionForeground(BBjColor color) |
Parameters
Variable |
Description |
color |
Foreground 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::setSelectionBackground
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.