Beispiel #1
0
 void EditorToolBarPlugin.AddToToolStrip(ToolStrip toolStrip, ToolStripGroup group)
 {
     //ToolStripButton tbbNew = new ToolStripButton("Static Text");
     //tbbNew.Image = AxiomCoders.PdfTemplateEditor.Properties.Resources.StaticText;
     //tbbNew.DisplayStyle = ToolStripItemDisplayStyle.Image;
     //toolStrip.Items.Add(tbbNew);
     //tbbNew.Click += new EventHandler(tbbNew_Click);
 }
Beispiel #2
0
 void EditorToolBarPlugin.AddToToolStrip(ToolStrip toolStrip, ToolStripGroup group)
 {
     //ToolStripButton tbbNew = new ToolStripButton("DynamicImage");
     //tbbNew.Image = AxiomCoders.PdfTemplateEditor.Properties.Resources.DynamicImage;
     //tbbNew.DisplayStyle = ToolStripItemDisplayStyle.Image;
     //toolStrip.Items.Add(tbbNew);
     //tbbNew.Click += new EventHandler(tbbNew_Click);
 }