True when the mouse is in the client area for the control.
Source position: controls.pp line 1742
public property TControl.MouseInClient : Boolean |
MouseInClient is a read-only Boolean property which indicates if the mouse pointer has entered the client area for the control. The value for the property is updated when CM_MOUSEENTER or CM_MOUSELEAVE messages are handled for the control. The property value is set to True in CMMouseEnter, and set to False in CMMouseLeave.
Use the OnMouseEnter or OnMouseLeave event handlers to perform actions needed when the mouse control messages are handled for the control.
|
Size of the client area for the control. |
|
|
Message handler for mouse entering the control. |
|
|
Message handler for mouse leaving the control. |
|
|
Invokes the OnMouseEnter handler. |
|
|
Event handler signalled when the mouse pointer has entered the control. |
|
|
Invokes the OnMouseLeave handler. |
|
|
Event handler signalled when the mouse pointer has left the control. |
CT Web help |
CodeTyphon Studio |