[]
Represents a toolstrip color picker control.
public class C1ToolStripColorPicker : ToolStripSplitButton, IDropTarget, IComponent, IDisposable
Public Class C1ToolStripColorPicker
Inherits ToolStripSplitButton
Implements IDropTarget, IComponent, IDisposable
| Name | Description |
|---|---|
| C1ToolStripColorPicker() | Initializes a new instance of the C1ToolStripColorPicker class. |
| Name | Description |
|---|---|
| Color | Gets or sets the color selected by the user. |
| Image |
| Name | Description |
|---|---|
| OnColorChanged(EventArgs) | Raises the ColorChanged event. |
| OnDropDownOpened(EventArgs) | |
| OnDropDownShow(EventArgs) |
| Name | Description |
|---|---|
| ColorChanged | Occurs when the Color property value changes. |