[]
Specifies the command used in a C1EditorToolStripComboBox.
public enum CommandComboBox
The CommandComboBox enumeration is used by the C1EditorToolStripComboBox to set items associated with the command.
The following code example demonstrates how to create a C1EditorToolStripComboBox and add it to a ToolStrip.
C1EditorToolStripComboBox comboBox = new C1EditorToolStripComboBox();
comboBox.Command = CommandComboBox.Style;
comboBox.Editor = c1Editor1;
toolStrip1.Items.Add(comboBox);
Name | Description |
---|---|
FontFamily | Font family combo box. |
FontSize | Font size combo box. |
None | Empty command. |
Style | Style combo box. |