DataGridView::DataGridViewTopRowAccessibleObject::Bounds Property

 

Gets the location and size of the accessible object.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property Rectangle Bounds {
	virtual Rectangle get() override;
}

Property Value

Type: System.Drawing::Rectangle

A Rectangle that represents the bounds of the accessible object.

Exception Condition
InvalidOperationException

The Owner property is not set.

For more information about this property, see the AccessibleObject::Bounds property.

.NET Framework
Available since 2.0
Return to top
Show: