ItemBoundsPortion Enumeration
.NET Framework 4.5
Specifies a portion of the list view item from which to retrieve the bounding rectangle.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Member name | Description | |
|---|---|---|
| Entire | The bounding rectangle of the entire item, including the icon, the item text, and the subitem text (if displayed), should be retrieved. | |
| Icon | The bounding rectangle of the icon or small icon should be retrieved. | |
| ItemOnly | The bounding rectangle of the icon or small icon and the item text should be retrieved. In all views except the details view of the ListView, this value specifies the same bounding rectangle as the Entire value. In details view, this value specifies the bounding rectangle specified by the Entire value without the subitems. If the CheckBoxes property is set to true, this property does not include the area of the check boxes in its bounding rectangle. To include the entire item, including the check boxes, use the Entire value when calling the GetItemRect method. | |
| Label | The bounding rectangle of the item text should be retrieved. |
Use the members of this enumeration when calling the GetItemRect method of the ListView control. This enumeration is also used when calling the GetBounds method of the ListViewItem class.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.