[DllImport("user32.dll", SetLastError=true)] static extern bool CheckDlgButton(IntPtr hDlg, int nIDButton, System.Windows.Forms.CheckState uCheck);
None.
Please add some!
For .NET forms, use CheckBox.CheckState.