'Declaration Public Class C1EditorToolStripButton Inherits System.Windows.Forms.ToolStripButton
public class C1EditorToolStripButton : System.Windows.Forms.ToolStripButton
'Declaration Public Class C1EditorToolStripButton Inherits System.Windows.Forms.ToolStripButton
public class C1EditorToolStripButton : System.Windows.Forms.ToolStripButton
C1EditorToolStripButton button = new C1EditorToolStripButton();
button.Command = CommandButton.ClearFormatting;
button.Editor = c1Editor1;
toolStrip1.Items.Add(button);
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.ToolStripItem
System.Windows.Forms.ToolStripButton
C1.Win.C1Editor.ToolStrips.C1EditorToolStripButton