ListView::GetItemRect Method (Int32)
.NET Framework (current version)
Retrieves 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.
Return Value
Type: System.Drawing::RectangleA Rectangle that represents the bounding rectangle of the specified ListViewItem.
The bounding rectangle returned by this version of the GetItemRect method represents the entire item, including the icon, item text, and subitem text. To specify a specific portion of the item's bounding rectangle, use the other version of the GetItemRect method.
.NET Framework
Available since 1.1
Available since 1.1
Show: