Beispiel #1
0
 public bool CheckDlgButton(int nIDButton, uint nCheck)
 {
     return(User32APIs.CheckDlgButton(Hwnd, nIDButton, nCheck));
 }