コード例 #1
0
 public ColumnCellTextAccessible (object bound_object, ColumnCellText cell, ICellAccessibleParent parent): base (bound_object, cell as ColumnCell, parent)
 {
     Name = cell.GetTextAlternative (bound_object);
 }
コード例 #2
0
 public ColumnCellTextAccessible(object bound_object, ColumnCellText cell, ICellAccessibleParent parent) : base(bound_object, cell as ColumnCell, parent)
 {
     Name = cell.GetTextAlternative(bound_object);
 }
コード例 #3
0
 public PodcastFeedView() : base()
 {
     renderer = new ColumnCellText("Title", true);
     column_controller.Add(new Column("Title", renderer, 1.0));
     ColumnController = column_controller;
 }