Click or drag to resize
BtnBase Methods

The BtnBase type exposes the following members.

Methods
  NameDescription
Public methodContains(Point)
Determines if a point is in the button.
Public methodContains(Int32, Int32)
Checks if a point is in the button.
Public methodDraw
Performs custom button painting.
Public methodMouseDown
Handles the Mouse Down event from the parent.
Public methodMouseLeave
Handles the Mouse Leave event from the parent.
Public methodMouseMove
Handles the Mouse Move event from the parent.
Public methodMouseUp
Handles the Mouse Up event from the parent.
Protected methodOnClick
Raises the Click event.
Top
See Also