Specifies a portion of the list view item from which to retrieve the bounding rectangle.
| C# | Visual Basic |
public enum ItemBoundsPortion
Public Enumeration ItemBoundsPortion
| Member | 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.
|
| Label |
The bounding rectangle of the item text 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(ListView, Int32) method.
|
| HasFlag |
Determines whether one or more bit fields are set in the current instance.
|