using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace testbasecontrol
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void Form1_Load(object sender, EventArgs e)
{
label1.Text = checkBox1.ContainsFocus.ToString();
}
private void checkBox1_CheckedChanged(object sender, EventArgs e)
{
//经分析,是因为选中不选中此时复选框一直获到了焦点,故一直是true
// Form1_Load(sender, e); 好像从选中复选框到未选中就不起作用了,
}
private void checkBox1_MouseClick(object sender, MouseEventArgs e)
{
Form1_Load(sender, e);
}
//加如下事件是让标签可以真实显示复选框是否获到了焦点
private void checkBox1_Leave(object sender, EventArgs e)
{
Form1_Load(sender, e);
}
}
}
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/9240380/viewspace-720990/,如需转载,请注明出处,否则将追究法律责任。
提供针对oracle初学者及进阶的数据库培训,欢迎大家咨询:
微信: wisdomone
微信公众号: lovedb
工作经历:
北京云和恩墨
北京神州新桥