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.
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
Remarks
Use this event to perform any processing that should occur after the selection changes.
Inherited Members
- PopupControl.Dispose(bool)
- PopupControl.HidePopup()
- PopupControl.NegotiateLocation(Rectangle, int)
- PopupControl.NegotiateLocation(Rectangle, Corner, Orientation, int)
- PopupControl.OnDisplayed(EventArgs)
- PopupControl.OnDisplaying(EventArgs)
- PopupControl.OnHandleCreated(EventArgs)
- PopupControl.OnHidden(EventArgs)
- PopupControl.OnHiding(EventArgs)
- PopupControl.OnVisibleChanged(EventArgs)
- PopupControl.ProcessCmdKey(ref Message, Keys)
- PopupControl.SetBoundsCore(int, int, int, int, BoundsSpecified)
- PopupControl.SetVisibleCore(bool)
- PopupControl.ShowPopup(Control, bool)
- PopupControl.AutoClose
- PopupControl.CreateParams
- PopupControl.DropShadowEnabled
- PopupControl.Displayed
- PopupControl.Displaying
- PopupControl.Hidden
- PopupControl.Hiding
- MarshalByRefObject.GetLifetimeService()
- MarshalByRefObject.InitializeLifetimeService()
- MarshalByRefObject.MemberwiseClone(bool)
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()
Extension Methods
- ObjectExtensions.TryConvertToDouble(object, out double)
- ObjectExtensions.TryConvertToDouble(object, IFormatProvider, out double)
- ControlExtensions.FindAncestorOfType<T>(Control, bool)
- ControlExtensions.FindCommonAncestor(Control, Control)
- ControlExtensions.FindDescendantOfType<T>(Control, bool)
- ControlExtensions.GetAncestors(Control)
- ControlExtensions.GetChildren(Control)
- ControlExtensions.GetDescendants(Control)
- ControlExtensions.GetParent(Control)
- ControlExtensions.GetParent<T>(Control)
- ControlExtensions.GetSelfAndAncestors(Control)
- ControlExtensions.GetSelfAndDescendants(Control)
- ControlExtensions.GetSiblings(Control)
- ControlExtensions.IsAncestorOf(Control, ILogicalTreeNode)
- ControlExtensions.IsAncestorOf(Control, Control)