public WindowControl GetAncestor(uint flags) { return(new WindowControl(User32APIs.GetAncestor(Hwnd, flags))); }