| C1.Win.C1Editor.4 Assembly > C1.Win.C1Editor.ToolStrips Namespace : CommandColorPicker Enumeration |
'Declaration Public Enum CommandColorPicker Inherits System.Enum
public enum CommandColorPicker : System.Enum
| Member | Description |
|---|---|
| BackColor | Background color. |
| ForeColor | Text color. |
| None | Empty command. |
| ParagraphBackColor | Paragraph background color. |
C1EditorToolStripColorPicker colorPicker = new C1EditorToolStripColorPicker();
colorPicker.Command = CommandColorPicker.ForeColor;
colorPicker.Editor = c1Editor1;
toolStrip1.Items.Add(colorPicker);System.Object
System.ValueType
System.Enum
C1.Win.C1Editor.ToolStrips.CommandColorPicker