'Declaration Public Class C1EditorToolStripComboBox Inherits System.Windows.Forms.ToolStripComboBox
public class C1EditorToolStripComboBox : System.Windows.Forms.ToolStripComboBox
'Declaration Public Class C1EditorToolStripComboBox Inherits System.Windows.Forms.ToolStripComboBox
public class C1EditorToolStripComboBox : System.Windows.Forms.ToolStripComboBox
C1EditorToolStripComboBox comboBox = new C1EditorToolStripComboBox();
comboBox.Command = CommandComboBox.Style;
comboBox.Editor = c1Editor1;
toolStrip1.Items.Add(comboBox);
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.ToolStripItem
System.Windows.Forms.ToolStripControlHost
System.Windows.Forms.ToolStripComboBox
C1.Win.C1Editor.ToolStrips.C1EditorToolStripComboBox