public AbstractToolbarRenderer(Control aParent)
 {
     this.m_ToolbarItems = new ToolbarItemCollection();
     this.KSelectionRoundSize = new Size(20, 20);
     this.m_Parent = aParent;
 }
 public AbstractToolbarRenderer()
 {
     this.m_ToolbarItems = new ToolbarItemCollection();
     this.KSelectionRoundSize = new Size(20, 20);
 }
 public AbstractToolbarRenderer(Control aParent)
 {
     this.m_ToolbarItems      = new ToolbarItemCollection();
     this.KSelectionRoundSize = new Size(20, 20);
     this.m_Parent            = aParent;
 }
 public AbstractToolbarRenderer()
 {
     this.m_ToolbarItems      = new ToolbarItemCollection();
     this.KSelectionRoundSize = new Size(20, 20);
 }
Beispiel #5
0
 public TabPagesCollection(Resco.Controls.CommonControls.TabControl parent, ToolbarItemCollection aToolbarItemCollection)
 {
     this.m_parent = parent;
     this.m_list = new ArrayList();
     this.m_ToolbarItemCollection = aToolbarItemCollection;
 }
Beispiel #6
0
 public TabPagesCollection(Resco.Controls.CommonControls.TabControl parent, ToolbarItemCollection aToolbarItemCollection)
 {
     this.m_parent = parent;
     this.m_list   = new ArrayList();
     this.m_ToolbarItemCollection = aToolbarItemCollection;
 }