1 write to subItem
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DrawListViewSubItemEventArgs.cs (1)
47
this.
subItem
= subItem;
5 references to subItem
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DrawListViewSubItemEventArgs.cs (5)
113
return
subItem
;
171
Color backColor = (itemIndex == -1) ? item.BackColor :
subItem
.BackColor;
215
string text = (itemIndex == -1) ? item.Text :
subItem
.Text;
216
Font font = (itemIndex == -1) ? item.Font :
subItem
.Font;
217
Color color = (itemIndex == -1) ? item.ForeColor :
subItem
.ForeColor;