/[dotgnu-pnet]/pnetlib/System.Windows.Forms/ListViewItem.cs
ViewVC logotype

Diff of /pnetlib/System.Windows.Forms/ListViewItem.cs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by t3rmin4t0r, Fri Nov 12 12:12:04 2004 UTC revision 1.5 by drobosson, Sun Aug 7 10:51:20 2005 UTC
# Line 161  using System.Runtime.Serialization; Line 161  using System.Runtime.Serialization;
161                          }                          }
162                  }                  }
163    
164                    [TODO]
165                  public int ImageIndex                  public int ImageIndex
166                  {                  {
167                          get                          get
# Line 177  using System.Runtime.Serialization; Line 178  using System.Runtime.Serialization;
178                                  imageIndex = value;                                  imageIndex = value;
179                                  if (listView.IsHandleCreated)                                  if (listView.IsHandleCreated)
180                                  {                                  {
181                                          //TODO:                                          // Fill in here
182                                  }                                  }
183                          }                          }
184                  }                  }
# Line 221  using System.Runtime.Serialization; Line 222  using System.Runtime.Serialization;
222                          }                          }
223                  }                  }
224    
225                    [TODO]
226                  public bool Selected                  public bool Selected
227                  {                  {
228                          get                          get
# Line 235  using System.Runtime.Serialization; Line 237  using System.Runtime.Serialization;
237                                          return;                                          return;
238                                  }                                  }
239                                  selected = value;                                  selected = value;
240                                  //TODO:                                  // Fill in here
241                          }                          }
242                  }                  }
243    
244                    [TODO]
245                  public int StateImageIndex                  public int StateImageIndex
246                  {                  {
247                          get                          get
# Line 256  using System.Runtime.Serialization; Line 259  using System.Runtime.Serialization;
259                                  {                                  {
260                                          throw new ArgumentOutOfRangeException();                                          throw new ArgumentOutOfRangeException();
261                                  }                                  }
262                                  //TODO:                                  // Fill in here
263                          }                          }
264                  }                  }
265    
# Line 639  using System.Runtime.Serialization; Line 642  using System.Runtime.Serialization;
642                                  }                                  }
643                          }                          }
644    
645                            [TODO]
646                          public string Text                          public string Text
647                          {                          {
648                                  get                                  get
# Line 658  using System.Runtime.Serialization; Line 662  using System.Runtime.Serialization;
662                                          text = value;                                          text = value;
663                                          if (owner != null)                                          if (owner != null)
664                                          {                                          {
665                                                  //TODO:                                                  // Fill in here
666                                          }                                          }
667                                  }                                  }
668                          }                          }
# Line 721  using System.Runtime.Serialization; Line 725  using System.Runtime.Serialization;
725                                  }                                  }
726                          }                          }
727    
728                            [TODO]
729                          public ListViewSubItem this[int index]                          public ListViewSubItem this[int index]
730                          {                          {
731                                  get                                  get
# Line 731  using System.Runtime.Serialization; Line 736  using System.Runtime.Serialization;
736                                  set                                  set
737                                  {                                  {
738                                          owner.subItems[index] = value;                                          owner.subItems[index] = value;
739                                          //TODO:                                          // Fill in here
740                                  }                                  }
741                          }                          }
742    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26