The ColorButton type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| OnMouseClick |
Called when the end user clicks with the mouse's button over the control
(Overrides Control..::..OnMouseClick(MouseEventArgs).) | |
| OnMouseEnter | Called when the mouse enters to the button (Overrides Button..::..OnMouseEnter(EventArgs).) | |
| OnMouseLeave | Called when the mouse leaves the button (Overrides Button..::..OnMouseLeave(EventArgs).) | |
| OnPaint |
Paints the button with the current color and 3D borders
(Overrides ButtonBase..::..OnPaint(PaintEventArgs).) |