BCGSoft.Controls.Grid Namespace > GridControl Class : DrawCellBorders Method |
'Declaration Public Sub DrawCellBorders( _ ByVal grph As Graphics, _ ByVal bounds As Rectangle, _ ByVal state As CellState, _ ByVal visualStyle As GridCellVisualStyle, _ ByVal cell As Cell _ )
'Usage Dim instance As GridControl Dim grph As Graphics Dim bounds As Rectangle Dim state As CellState Dim visualStyle As GridCellVisualStyle Dim cell As Cell instance.DrawCellBorders(grph, bounds, state, visualStyle, cell)
public void DrawCellBorders( Graphics grph, Rectangle bounds, CellState state, GridCellVisualStyle visualStyle, Cell cell )
public: void DrawCellBorders( Graphics* grph, Rectangle bounds, CellState state, GridCellVisualStyle* visualStyle, Cell* cell )
public: void DrawCellBorders( Graphics^ grph, Rectangle bounds, CellState state, GridCellVisualStyle^ visualStyle, Cell^ cell )
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