[]
        
(Showing Draft Content)

C1.Win.C1Editor.ToolStrips.CommandComboBox

CommandComboBox Enum

Specifies the command used in a C1EditorToolStripComboBox.

Namespace: C1.Win.C1Editor.ToolStrips
Assembly: C1.Win.C1Editor.4.8.dll
Syntax
public enum CommandComboBox
Remarks

The CommandComboBox enumeration is used by the C1EditorToolStripComboBox to set items associated with the command.

Examples

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);

Fields

Name Description
FontFamily

Font family combo box.

FontSize

Font size combo box.

None

Empty command.

Style

Style combo box.