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!

ListItem.UseItemStyleForSubItems

Whether or not the font and coloring for the ListItem will be used for all of its subitems. If true, the ListItem style will be used when drawing the subitems. If false, the ListItem and its subitems will be drawn in their own individual styles if any have been set.

[Visual Basic]
Public Property UseItemStyleForSubItems As Boolean
[C#]
public bool UseItemStyleForSubItems {get; set;}
[C++]
public: __property bool get_UseItemStyleForSubItems();
public: __property void set_UseItemStyleForSubItems(bool);
[JScript]
public function get UseItemStyleForSubItems() : Boolean;
public function set UseItemStyleForSubItems(Boolean);

See Also

ListItem Class | ListItem Members | System.WinForms Namespace