isFloating

isFloating(): Boolean;

The isFloating method of the JadeDockBase class returns whether the JadeDockBar or JadeDockContainer dock control is the first child of a floating form. For more details, see the float method.

A floating dock container returns true and any child dock controls return false.

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.