Microsoft SDK for Java

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

© 1999 Microsoft Corporation. All rights reserved. Terms of use.