예제 #1
0
 public WindowControl GetAncestor(uint flags)
 {
     return(new WindowControl(User32APIs.GetAncestor(Hwnd, flags)));
 }