NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ItemBoundsPortion Enumeration

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.

Members

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.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

System.WinForms Namespace