Specifies the display bounds of a ListItem.
[Visual Basic] Public Enum ItemBoundsPortion [C#] public enum ItemBoundsPortion [C++] public enum ItemBoundsPortion
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
Member Name | Description |
---|---|
Entire | Both the icon and label portions. In Report View, this includes subitems. |
Icon | Only the icon portion. |
ItemOnly | Both the icon and label portions. In Report view, this does not include subitems. In all other views, this is the same as Entire. |
Label | Only the label portion. |
Namespace: System.WinForms
Assembly: System.WinForms.dll