Set a parent window to the specified window.
When a window has a parent, it's size and position are relative to the parent window.
A child window cannot be viewed outside of the area of it's parent window.
If the parameter parentID is set to -1, the window has no parent.
In that case, the window floats over the desktop or the other windows and the size and position are relative to the current monitor. |