setParent method

void setParent(
  1. Window parent
)

Changes the parent window of the current window to the specified parent.

Implementation

void setParent(Window parent) => SetParent(hwnd, parent.hwnd);