Syntax
| window.ID.appBar.setPos(DockPosition, x,y, width,height) |
Parameters
| INT | DockPosition | Where the window is docked. Can be: 0: Left. 0: Top 2: Right 3: Bottom
| | INT | x,y | Position of the window.
| | INT | width,height | Size of the window. |
Return value
No value is returned.
Description
|