Example #1
0
 public ComboBox()
 {
     views = new CellViewCollection((ICellContainer)WidgetEventSink);
 }
Example #2
0
 public ListViewColumn()
 {
     views = new CellViewCollection(this);
 }
Example #3
0
 public ListBox()
 {
     views = new CellViewCollection((ICellContainer)BackendHost);
 }