[]
        
(Showing Draft Content)

C1.Win.C1Editor.ToolStrips.C1ToolStripColorPicker

C1ToolStripColorPicker Class

Represents a toolstrip color picker control.

Namespace: C1.Win.C1Editor.ToolStrips
Assembly: C1.Win.C1Editor.4.8.dll
Syntax
public class C1ToolStripColorPicker : ToolStripSplitButton, IDropTarget, IComponent, IDisposable
Public Class C1ToolStripColorPicker
    Inherits ToolStripSplitButton
    Implements IDropTarget, IComponent, IDisposable

Constructors

Name Description
C1ToolStripColorPicker()

Initializes a new instance of the C1ToolStripColorPicker class.

Properties

Name Description
Color

Gets or sets the color selected by the user.

Image

Methods

Name Description
OnColorChanged(EventArgs)

Raises the ColorChanged event.

OnDropDownOpened(EventArgs)
OnDropDownShow(EventArgs)

Events

Name Description
ColorChanged

Occurs when the Color property value changes.