Wimark.Controls Class Library  

DataGridViewCellPaintEventArgs.ClipRectangle Property

Gets the area of the DataGridView that needs to be repainted.

[Visual Basic]
Public ReadOnly Property ClipRectangle As Rectangle 
[C#]
public Rectangle ClipRectangle {get;}
[C++]
public: __property Rectangle get_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

DataGridViewCellPaintEventArgs Class | DataGridViewCellPaintEventArgs Members | Wimark.Controls Namespace | DataGridView