C1.Win.C1Editor.4 Assembly > C1.Win.C1Editor.ToolStrips Namespace > C1EditorToolStripBase Class : Editor Property |
private void Form1_Load(object sender, EventArgs e) { C1EditorToolStripStyle toolStrip = new C1EditorToolStripStyle(); toolStrip.Editor = c1Editor1; this.Controls.Add(toolStrip); }