'Declaration Public Class C1EditorToolStripColorPicker Inherits C1ToolStripColorPicker
public class C1EditorToolStripColorPicker : C1ToolStripColorPicker
'Declaration Public Class C1EditorToolStripColorPicker Inherits C1ToolStripColorPicker
public class C1EditorToolStripColorPicker : C1ToolStripColorPicker
C1EditorToolStripColorPicker colorPicker = new C1EditorToolStripColorPicker();
colorPicker.Command = CommandColorPicker.ForeColor;
colorPicker.Editor = c1Editor1;
toolStrip1.Items.Add(colorPicker);
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.ToolStripItem
System.Windows.Forms.ToolStripDropDownItem
System.Windows.Forms.ToolStripSplitButton
C1.Win.C1Editor.ToolStrips.C1ToolStripColorPicker
C1.Win.C1Editor.ToolStrips.C1EditorToolStripColorPicker