This enumeration specifies the different parts of an item in a ListView and is used in the ListView.GetItemRect() and ListViewItem.GetBounds() methods . public enum ItemBoundsPortion { Entire = 0 , Icon = 1 , Label = 2 , ItemOnly = 3 } Hierarchy System.Object Passed ToListView.GetItemRect() , ListViewItem.GetBounds() |