1. 首页
  2. 移动开发
  3. Flash
  4. 好用的自定义验证控件

好用的自定义验证控件

上传者: 2020-08-29 09:18:52上传 TXT文件 7.02KB 热度 15次
public static bool ControlCheckOutNull(System.Windows.Forms.Control ctrl, string targt, System.Windows.Forms.ToolTip t) { if (string.IsNullOrEmpty(targt)) { t.ForeColor = System.Drawing.Color.Red; t.Show("此项不能为空!", ctrl, 2000);
用户评论