Skip to main content

Options for docking a window.

Properties (5)

Property Type Default Required Description
claimScreenArea⚓︎ boolean false x

If true, the docked window will claim the area it occupies on the screen, in effect, reducing the working area of the screen.

height⚓︎ number x x

Height in pixels for the window when docked at the top or the bottom screen edge.

io.Connect Desktop 10.0
position⚓︎ DockingPosition x

Position of the docked window on the screen - top, bottom, left or right.

saveBounds⚓︎ boolean false x

If true, the last known bounds of the io.Connect Window will be saved unless the window has already been docked. This allows the window to be restored using these saved bounds when undocking via the undock() method.

io.Connect Desktop 10.0
width⚓︎ number x x

Width in pixels for the window when docked at the left or the right screen edge.

io.Connect Desktop 10.0