1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
| <element name="TControl.MouseEnter">
<short>
Signals the OnMouseEnter event handler (when assigned).
</short>
<descr>
<p>
<var>MouseEnter</var> is a method used to perform actions when the mouse
pointer enters the client rectangle for the control. In <var>TControl</var>,
it signals the OnMouseEnter event handler using the class instance as the
Sender argument.
</p>
<p>
Descendent classes may override the method to perform actions needed for
their implementations.
</p>
<p>
MouseEnter is called from the CMMouseEnter method when a CM_MOUSEENTER
message is handled for the control.
</p>
</descr>
<seealso>
<link id="TControl.OnMouseEnter"/>
<link id="TControl.CMMouseEnter"/>
<link id="TControl.MouseCapture"/>
<link id="TControl.MouseInClient"/>
<link id="TControl.MouseLeave"/>
</seealso>
</element> |
Partager