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