﻿<?xml version="1.0" encoding="utf-8"?><Type Name="ItemBoundsPortion" FullName="System.Windows.Forms.ItemBoundsPortion"><TypeSignature Language="C#" Value="public enum ItemBoundsPortion" /><AssemblyInfo><AssemblyName>System.Windows.Forms</AssemblyName><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Base><BaseTypeName>System.Enum</BaseTypeName></Base><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Use the members of this enumeration when calling the <see cref="M:System.Windows.Forms.ListView.GetItemRect(System.Int32)" /> method of the <see cref="T:System.Windows.Forms.ListView" /> control. This enumeration is also used when calling the <see cref="M:System.Windows.Forms.ListViewItem.GetBounds(System.Windows.Forms.ItemBoundsPortion)" /> method of the <see cref="T:System.Windows.Forms.ListViewItem" /> class.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Specifies a portion of the list view item from which to retrieve the bounding rectangle.</para></summary></Docs><Members><Member MemberName="Entire"><MemberSignature Language="C#" Value="Entire" /><MemberType>Field</MemberType><ReturnValue><ReturnType>System.Windows.Forms.ItemBoundsPortion</ReturnType></ReturnValue><Docs><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>The bounding rectangle of the entire item, including the icon, the item text, and the subitem text (if displayed), should be retrieved.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Icon"><MemberSignature Language="C#" Value="Icon" /><MemberType>Field</MemberType><ReturnValue><ReturnType>System.Windows.Forms.ItemBoundsPortion</ReturnType></ReturnValue><Docs><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>The bounding rectangle of the icon or small icon should be retrieved.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="ItemOnly"><MemberSignature Language="C#" Value="ItemOnly" /><MemberType>Field</MemberType><ReturnValue><ReturnType>System.Windows.Forms.ItemBoundsPortion</ReturnType></ReturnValue><Docs><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>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 <see cref="T:System.Windows.Forms.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 <see cref="P:System.Windows.Forms.ListView.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 <see cref="M:System.Windows.Forms.ListView.GetItemRect(System.Int32)" /> method.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Label"><MemberSignature Language="C#" Value="Label" /><MemberType>Field</MemberType><ReturnValue><ReturnType>System.Windows.Forms.ItemBoundsPortion</ReturnType></ReturnValue><Docs><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>The bounding rectangle of the item text should be retrieved.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member></Members></Type>