ListViewInsertionMark::Bounds Property

 

Gets the bounding rectangle of the insertion mark.

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

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

Property Value

Type: System.Drawing::Rectangle

A Rectangle that represents the position and size of the insertion mark.

The coordinates in the insertion mark bounding rectangle are relative to the upper-left corner of the ListView control.

.NET Framework
Available since 2.0
Return to top
Show: