Exemplo n.º 1
0
 public ComboBox()
 {
     views = new CellViewCollection((ICellContainer)WidgetEventSink);
 }
Exemplo n.º 2
0
 public ListViewColumn()
 {
     views = new CellViewCollection(this);
 }
Exemplo n.º 3
0
 public ListBox()
 {
     views = new CellViewCollection((ICellContainer)BackendHost);
 }