docked

docked(dockbar: control-name input);    (JadeDockBar)

docked(dockcont: control-name input);   (JadeDockContainer)

The docked event method of the JadeDockBar or JadeDockContainer class is called when the user has caused a control to be docked.

Use this event method to handle any implications that are not handled automatically. The parent and new alignment of the docking control are already set when this event method is called.

This event method is called even if the user drags the control to a new position within its existing parent. This event method is also called when a floating form is closed by its Close button after the parent of the control has been set to the JADE form and the control has been made invisible.

For details about floating and docking container controls, see "Floating a Docking Control" and "Docking a Control", under the "JadeDockBase Class", earlier in this document. See also the docking examples under the JadeDockContainer class allowDocking property, earlier in this document.