ListViewItem.ListViewSubItem

ListViewItem.ListViewSubItem serializable

System. Windows .Forms (system. windows .forms.dll) class

This class represents a subitem in ListView . It is similar to a ListViewItem , but does not support the ListViewItem.SubItems property, and so it represents a leaf item in the collection.

 public class  ListViewItem.ListViewSubItem  {  // Public Constructors  public  ListViewItem.ListViewSubItem  ();    public  ListViewItem.ListViewSubItem  (ListViewItem  owner  , string  text  );    public  ListViewItem.ListViewSubItem  (ListViewItem  owner  , string  text  , System.Drawing.Color  foreColor  ,          System.Drawing.Color  backColor  , System.Drawing.Font  font  );  // Public Instance Properties  public Color  BackColor  {set; get; }    public Font  Font  {set; get; }    public Color  ForeColor  {set; get; }    public string  Text  {set; get; }  // Public Instance Methods  public void  ResetStyle  ();    public override string  ToString  ();  // overrides object  } 


. Net Windows Forms in a Nutshell
.NET Windows Forms in a Nutshell
ISBN: 0596003382
EAN: 2147483647
Year: 2002
Pages: 794

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net