DataGridViewRowHeaderCell::DataGridViewRowHeaderCellAccessibleObject::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.

.NET Framework
Available since 2.0
Return to top
Show: