TdxCustomDockControl.OnMakeFloating Event
Fires immediately after a dock control is made to float.
Declaration
property OnMakeFloating: TdxMakeFloatingEvent read; write;
Remarks
A dock control can be made to float by end-users dragging it from a container dock site. You can also do it in code by calling its MakeFloating method. Each time a control is made to float, the OnMakeFloating event is raised.
The Sender parameter identifies the appropriate dock control. The X and Y parameters specify the screen coordinates of the floating window.
See Also