public LegendBar(ImageProvider provider) : base() { imageProvider = provider; SetStyle(ControlStyles.OptimizedDoubleBuffer, true); UpdateStyles(); Cursor = Cursors.Hand; tt.SetToolTip(this, "Click for more"); }
public CallTreeView(ImageProvider provider, ColumnCollection collection, CallTree src, string title) : base(provider, collection) { this.src = src; this.title = title; }
public ItemPainter(ImageProvider provider) { this.provider = provider; }