Wimark.Controls Class Library  

DataGridViewCell.DrawContent Method

Draws the content of the cell.

[Visual Basic]
Overridable Protected Sub DrawContent( _
   ByVal contentBounds As Rectangle, _
   ByVal state As DataGridViewCellState, _
   ByVal graphics As Graphics, _
   ByVal clipRectangle As Rectangle _
)
 
[C#]
protected virtual void DrawContent( 
   Rectangle contentBounds, 
   DataGridViewCellState state, 
   Graphics graphics, 
   Rectangle clipRectangle 
);
[C++]
protected: virtual void DrawContent( 
   Rectangle contentBounds, 
   DataGridViewCellState state, 
   Graphics* graphics, 
   Rectangle clipRectangle 
);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

DataGridViewCell Class | DataGridViewCell Members | Wimark.Controls Namespace