ListViewItem::GetBounds Method (ItemBoundsPortion)
.NET Framework (current version)
Retrieves the specified portion of the bounding rectangle for the item.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- portion
-
Type:
System.Windows.Forms::ItemBoundsPortion
One of the ItemBoundsPortion values that represents a portion of the item 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 item.
The bounding rectangle returned by the GetBounds method represents only the section of the item specified in the portion parameter. You can also call the GetItemRect methods of the ListView class to obtain the bounding rectangle of any item in a ListView control.
.NET Framework
Available since 1.1
Available since 1.1
Show: