DekGenius.com
[ Team LiB ] Previous Section Next Section

ItemBoundsPortionserializable

System.Windows.Forms (system.windows.forms.dll)enum

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 System.ValueType System.Enum(System.IComparabl, System.IFormattable, System.IConvertible) ItemBoundsPortion

Passed To

ListView.GetItemRect(), ListViewItem.GetBounds()

    [ Team LiB ] Previous Section Next Section