Click or drag to resize
BtnBase Fields

The BtnBase type exposes the following members.

Fields
  NameDescription
Protected fieldm_bMouseIn
Mouse position indicator.
Protected fieldm_bPressed
Pressed state indicator.
Protected fieldm_bVisible
Visibility state indicator.
Protected fieldm_hMouseDown
Handles events for the parent's Mouse Down event.
Protected fieldm_hMouseLeave
Handles events for the parent's Mouse Leave event.
Protected fieldm_hMouseMove
Handles events for the parent's Mouse Move event.
Protected fieldm_hMouseUp
Handles events for the parent's Mouse Up event.
Protected fieldm_Parent
Reference to the containing control.
Protected fieldm_ptMouse
Mouse coordinates.
Protected fieldm_rcSizeAndPos
A rectangle that holds a button's size and position.
Top
See Also