예제 #1
0
파일: Form1.cs 프로젝트: veyvin/Win32API
 private void button61_Click(object sender, EventArgs e)
 {
     Button btn    = (Button)sender;
     int    ID     = Win32API.GetDlgCtrlID(button1.Handle);
     bool   result = Win32API.CheckDlgButton(this.Handle, ID, BtnState.BST_INDETERMINATE);
 }