Open Dev Kit Documentation :: GUI :: Control :: Change Parent
GUI.Control.ChangeParent( New Parent Control*, Insert Index Integer )Removes control from previous parent and inserts it at a specific index in the same or new parent
Parameters
- New Parent Control*
- New parent control to which the current control will be attached
- Insert Index Integer
- Index at which the control should be inserted in the new parent's children list
Return Value
- Nothing
If you think anything is missing, please feel free to: submit documentation feedback on this page