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 a new instance of the StandardColorPickerPopup class.

public StandardColorPickerPopup()

Properties

SelectedColor

Gets the selected color in the popup.

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

Property Value

Color:

The selected Color in the popup.

Methods

OnSelectedColorChanged(EventArgs)

Raises the SelectedColorChanged event.

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

An EventArgs that contains 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