The RoundButton type exposes the following members.

Methods

  NameDescription
Protected methodDispose
Clean up any resources being used.
(Overrides ContainerControl..::..Dispose(Boolean).)
Public methodNotifyDefault
Notifies a control that it is the default button so that its appearance and behavior is adjusted accordingly.
Protected methodOnCheckedChanged
Raises the CheckedChanged event.
Protected methodOnClick
Raises the Click event.
(Overrides Control..::..OnClick(EventArgs).)
Protected methodOnMouseDown
Raises the MouseDown event.
(Overrides UserControl..::..OnMouseDown(MouseEventArgs).)
Protected methodOnMouseEnter
Raises the MouseEnter event.
(Overrides Control..::..OnMouseEnter(EventArgs).)
Protected methodOnMouseLeave
Raises the MouseLeave event.
(Overrides Control..::..OnMouseLeave(EventArgs).)
Protected methodOnMouseMove
Raises the MouseMove event.
(Overrides Control..::..OnMouseMove(MouseEventArgs).)
Protected methodOnMouseUp
Raises the MouseUp event.
(Overrides Control..::..OnMouseUp(MouseEventArgs).)
Protected methodOnPaint
Raises the PaintControl event.
(Overrides Control..::..OnPaint(PaintEventArgs).)
Protected methodOnPaintBackground
Paints the background of the control.
(Overrides ScrollableControl..::..OnPaintBackground(PaintEventArgs).)
Protected methodOnPaintControl
Raises the PaintControl event.
Public methodPerformClick
Generates a Click event for the control.

See Also