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