Example #1
0
 public bool EnableWindow(bool bEnable)
 {
     return(User32APIs.EnableWindow(Hwnd, bEnable));
 }