| C1.Win.C1Editor.4 Assembly > C1.Win.C1Editor.ToolStrips Namespace : CommandComboBox Enumeration |
'Declaration Public Enum CommandComboBox Inherits System.Enum
public enum CommandComboBox : System.Enum
| Member | Description |
|---|---|
| FontFamily | Font family combo box. |
| FontSize | Font size combo box. |
| None | Empty command. |
| Style | Style combo box. |
C1EditorToolStripComboBox comboBox = new C1EditorToolStripComboBox();
comboBox.Command = CommandComboBox.Style;
comboBox.Editor = c1Editor1;
toolStrip1.Items.Add(comboBox);System.Object
System.ValueType
System.Enum
C1.Win.C1Editor.ToolStrips.CommandComboBox