
DOCK_AT
Use
Use this method to reattach the docking container to a different edge of the screen.
You can specify where you want to attach the container to the screen in the
Features
call method docking_container->dock_at
exporting
side = side
exceptions
cntl_error = 1
cntl_system_error = 2.
Parameters |
Description |
Possible values |
side |
Edge of the screen to which you want to attach the container |
docking_container->dock_at_left Left-hand edge docking_container->dock_at_right Right-hand edge docking_container->dock_at_top: Top edge docking_container->dock_at_bottom: Bottom edge |