'Declaration Public Property Editor As C1Editor
public C1Editor Editor {get; set;}
private void Form1_Load(object sender, EventArgs e) { C1EditorToolStripStyle toolStrip = new C1EditorToolStripStyle(); toolStrip.Editor = c1Editor1; this.Controls.Add(toolStrip); }
C1EditorToolStripBase Class C1EditorToolStripBase Members