ListView::GetItemRect Method (Int32, ItemBoundsPortion)
.NET Framework (current version)
Retrieves the specified portion of the bounding rectangle for a specific item within the list view control.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- index
-
Type:
System::Int32
The zero-based index of the item within the ListView::ListViewItemCollection whose bounding rectangle you want to return.
- portion
-
Type:
System.Windows.Forms::ItemBoundsPortion
One of the ItemBoundsPortion values that represents a portion of the ListViewItem for which to retrieve the bounding rectangle.
Return Value
Type: System.Drawing::RectangleA Rectangle that represents the bounding rectangle for the specified portion of the specified ListViewItem.
The bounding rectangle returned by this version of the GetItemRect method represents only the section of the item specified in the portion parameter. To return the bounding rectangle of the entire item, use the other version of the GetItemRect method.
.NET Framework
Available since 1.1
Available since 1.1
Show: