[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Returns True if the mouse pointer is in the display area for the control.
Source position: buttons.pp line 392
protected property TCustomSpeedButton.MouseInControl : Boolean |
The property value is updated in the MouseEnter and MouseLeave methods when the mouse pointer enters or leaves the control area. The property value is used in the UpdateState method to determine if the button control is drawn using the "up" or "hot" states. It is used in the GetDrawDetails method to selected the theme element detail needed to draw the control in its current state.
|
Invokes the OnMouseEnter handler. |
|
|
Invokes the OnMouseLeave handler. |
|
|
Updates internal members used to track state changes in the control. |
|
|
Gets the theme element details used to draw the control. |