![]() | BtnBase Class |
Namespace: Stingray.Grid
The BtnBase type exposes the following members.
Name | Description | |
---|---|---|
![]() | Contains(Point) |
Determines if a point is in the button.
|
![]() | Contains(Int32, Int32) |
Checks if a point is in the button.
|
![]() | Draw |
Performs custom button painting.
|
![]() | MouseDown |
Handles the Mouse Down event from the parent.
|
![]() | MouseLeave |
Handles the Mouse Leave event from the parent.
|
![]() | MouseMove |
Handles the Mouse Move event from the parent.
|
![]() | MouseUp |
Handles the Mouse Up event from the parent.
|
![]() | OnClick |
Raises the Click event.
|
Name | Description | |
---|---|---|
![]() | m_bMouseIn |
Mouse position indicator.
|
![]() | m_bPressed |
Pressed state indicator.
|
![]() | m_bVisible |
Visibility state indicator.
|
![]() | m_hMouseDown |
Handles events for the parent's Mouse Down event.
|
![]() | m_hMouseLeave |
Handles events for the parent's Mouse Leave event.
|
![]() | m_hMouseMove |
Handles events for the parent's Mouse Move event.
|
![]() | m_hMouseUp |
Handles events for the parent's Mouse Up event.
|
![]() | m_Parent |
Reference to the containing control.
|
![]() | m_ptMouse |
Mouse coordinates.
|
![]() | m_rcSizeAndPos |
A rectangle that holds a button's size and position.
|
Name | Description | |
---|---|---|
![]() | Bounds |
Gets the button's bound rectangle.
|
![]() | Location |
Gets or sets the button's position.
|
![]() | MouseIn |
Gets or sets the mouse presence state for the button.
|
![]() | Press |
Gets or sets the pressed state of the button.
|
![]() | ptMouse |
Gets or sets mouse coordinates.
|
![]() | Size |
Gets or sets the button's size.
|
![]() | Visible |
Gets or sets the visibility state of the button.
|