The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DataGridView::DisplayRectangle Property
.NET Framework (current version)
Gets the rectangle that represents the display area of the control.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
The DisplayRectangle property returns the client rectangle of the display area of the control, not including the area occupied by any scroll bars that are showing.
Notes to Inheritors:
When overriding the DisplayRectangle property in a derived class, use the base class's DisplayRectangle property to extend the base implementation. Alternatively, you must provide all the implementation.
.NET Framework
Available since 2.0
Available since 2.0
Show: