'Declaration Public MustInherit Class C1EditorToolStripBase Inherits System.Windows.Forms.ToolStrip
public abstract class C1EditorToolStripBase : System.Windows.Forms.ToolStrip
'Declaration Public MustInherit Class C1EditorToolStripBase Inherits System.Windows.Forms.ToolStrip
public abstract class C1EditorToolStripBase : System.Windows.Forms.ToolStrip
public class MyToolStrip : C1EditorToolStripBase { protected override void OnInitialize() { AddComboBox(CommandComboBox.Style); AddButton(CommandButton.Undo); AddButton(CommandButton.Redo); } } private void Form1_Load(object sender, EventArgs e) { MyToolStrip myToolStrip = new MyToolStrip(); myToolStrip.Editor = c1Editor1; this.Controls.Add(myToolStrip); }
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ScrollableControl
System.Windows.Forms.ToolStrip
C1.Win.C1Editor.ToolStrips.C1EditorToolStripBase
C1.Win.C1Editor.ToolStrips.C1EditorToolStripMain
C1.Win.C1Editor.ToolStrips.C1EditorToolStripObjects
C1.Win.C1Editor.ToolStrips.C1EditorToolStripReview
C1.Win.C1Editor.ToolStrips.C1EditorToolStripStyle
C1.Win.C1Editor.ToolStrips.C1EditorToolStripTable