Esempio n. 1
0
 static EllipsisCellButton()
 {
     iconPainter = new GridIconPaint("InteractiveCellDemo.", typeof(EllipsisCellButton).Assembly);
 }
 static IconDrawingSupport()
 {
     iconPainter = new GridIconPaint("PivotGridControl.", typeof(IconDrawingSupport).Assembly);
 }
Esempio n. 3
0
 static ImageCellButton()
 {
     iconPainter = new GridIconPaint("PortfolioManager.", typeof(ImageCellButton).Assembly);
 }
Esempio n. 4
0
 /// <summary>
 /// Initializes a <see cref="GridDataBoundTreeCellButton"/> and associates it with a <see cref="GridCellRendererBase"/>
 /// </summary>
 /// <param name="control">The <see cref="GridCellRendererBase"/> that draws this cell button element.</param>
 public GridDataBoundTreeCellButton(GridCellRendererBase control, TreeGridHelper helper)
     : base(control)
 {
     this.helper = helper;
     iconPainter = new GridIconPaint("TreeGridHelper.", typeof(GridDataBoundTreeCellButton).Assembly);
 }
Esempio n. 5
0
 static ButtonEditCellButton()
 {
     iconPainter = new GridIconPaint("InteractiveCellDemo.", typeof(ButtonEditCellButton).Assembly);
 }
Esempio n. 6
0
 static BrowseButton()
 {
     icon = new GridIconPaint("InteractiveCellDemo.", typeof(BrowseButton).Assembly);
 }