In This Article

StandardColorPickerPopup Class

Provides a standard color picker popup.

public class StandardColorPickerPopup : PopupControl, IDisposable
Inheritance:
object MarshalByRefObject Component Control ScrollableControl ContainerControl Form PopupControl object
Implements:
IDisposable

Constructors

StandardColorPickerPopup()

Initializes an instance of the class.

public StandardColorPickerPopup()

Properties

SelectedColor

The selected color in the popup.

[Browsable(false)]
public Color SelectedColor { get; }

Property Value

Color

Methods

OnSelectedColorChanged(EventArgs)

Raises the SelectedColorChanged event.

protected virtual void OnSelectedColorChanged(EventArgs e)
Parameter Type Description
e EventArgs

The event data.

WndProc(ref Message)

Processes Windows messages.

protected override void WndProc(ref Message m)
Parameter Type Description
m Message

The Windows Message to process.

Events

SelectedColorChanged

Occurs after the value of the SelectedColor property changes.

public event EventHandler SelectedColorChanged

Event Type

EventHandler

Remarks

Use this event to perform any processing that should occur after the selection changes.

Inherited Members

Extension Methods