[Overview][Types][Classes][Procedures and functions][Index] |
Starts mouse capture and tracking for the control.
Source position: extctrls.pp line 400
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.
|
Signals the OnMouseEnter event handler (when assigned). |
Version 4.0 | Generated 2025-05-03 | Home |