码迷,mamicode.com
首页 > 其他好文 > 详细

DevExpress.Utils.ToolTipLocation

时间:2016-10-07 15:46:07      阅读:195      评论:0      收藏:0      [点我收藏+]

标签:

  private void textBox1_TextChanged(object sender, EventArgs e)
        {
            if ((sender as TextBox).Text.Length == 0)
            {
                DevExpress.Utils.ToolTipLocation tipLocation = new DevExpress.Utils.ToolTipLocation();
                toolTipController1.ShowHint("不能为空", textBox1, ToolTipLocation.RightCenter);

            }

        }

 

DevExpress.Utils.ToolTipLocation

标签:

原文地址:http://www.cnblogs.com/xh0626/p/5936054.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!