Starts mouse capture and tracking for the control.
Source position: extctrls.pp line 375
protected procedure TCustomSplitter.MouseEnter; override; |
Calls the inherited method. No additional actions are performed in the method at design-time, or when mouse capture has already been enabled for the control. Ensures that the internal flag used to track mouse entry into the control is set, and the control is refreshed by calling Invalidate.
|
Invokes the OnMouseEnter handler. |