Share via


Overview | Methods | Fields | This Package | All Packages

OverviewMethodsFieldsThis PackageAll Packages

DataGrid.getSelectedBackColor

Retrieves the background color for selected cells in the grid.

Syntax

public Color getSelectedBackColor()

Return Value

Returns a Color object that represents the background color for selected cells.

Remarks

To determine the background color of nonselected cells in the grid, call getBackColor.

See Also   setSelectedBackColor