BCGSoft.Controls.Grid Namespace > GridControl Class : FillCellBackground Method |
'Declaration Public Sub FillCellBackground( _ ByVal grph As Graphics, _ ByVal bounds As Rectangle, _ ByVal state As CellState, _ ByVal visualStyle As GridCellVisualStyle, _ ByVal isCellInSortedColumn As Boolean _ )
'Usage Dim instance As GridControl Dim grph As Graphics Dim bounds As Rectangle Dim state As CellState Dim visualStyle As GridCellVisualStyle Dim isCellInSortedColumn As Boolean instance.FillCellBackground(grph, bounds, state, visualStyle, isCellInSortedColumn)
public void FillCellBackground( Graphics grph, Rectangle bounds, CellState state, GridCellVisualStyle visualStyle, bool isCellInSortedColumn )
public: void FillCellBackground( Graphics* grph, Rectangle bounds, CellState state, GridCellVisualStyle* visualStyle, bool isCellInSortedColumn )
public: void FillCellBackground( Graphics^ grph, Rectangle bounds, CellState state, GridCellVisualStyle^ visualStyle, bool isCellInSortedColumn )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2