[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Handles the messages sent to a docksite.
Source position: controls.pp line 677
public procedure TDockManager.MessageHandler( |
Sender: TControl; |
var Message: TLMessage |
); virtual; |
Message |
|
The message to be processed. |
This handler must handle all mouse messages, related to the client area of the docksite that is not covered by docked controls (dock headers, et. al.).
Handling mouse messages while dragging is not required. Painting of the docksite has to be implemented in PaintSite.
|
Handles special painting of the docksite. |
Version 4.0 | Generated 2025-05-03 | Home |