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);
ListItem Class | ListItem Members | System.WinForms Namespace