DevExpress ToolTipController 如何设置显示时间和边框颜色
作者:huhm 来源:本站原创 浏览:Loading...次 发布时间:2012-05-14 评论:0条
效果图如下:
1、如何设置显示的时间长短
设置this.toolTipController1.AutoPopDelay = 2000;
2、如何在屏幕上显示如上图所示的效果
ToolTipControllerShowEventArgs args = this.toolTipController1.CreateShowArgs();
this.toolTipController1.SetToolTip(this.sbtnYes, "请选择一条记录!");
this.toolTipController1.SetTitle(this.sbtnYes, "提示");
this.toolTipController1.SetToolTipIconType(this.sbtnYes, DevExpress.Utils.ToolTipIconType.Exclamation);
this.toolTipController1.ShowBeak = true;
this.toolTipController1.ShowShadow = true;
this.toolTipController1.Rounded = true;
this.toolTipController1.ShowHint("请选择一条记录!", "提示");
args.ToolTip = "请选择一条记录!";
args.Title = "提示";
3、如何设置边框的颜色
this.toolTipController1.Appearance.BorderColor = Color.Red;
欢迎任何形式的转载,但请务必注明出处,尊重他人劳动成果
转载请注明:文章转载自:DevExpress控件中文网 [http://www.devexpresscn.com/]
本文地址:http://www.devexpresscn.com/news/DevExpress-news-91.html
评论列表
暂无评论
请谈谈你的看法 请使用IE或者Firefox浏览器,暂不支持Chrome!
慧都控件网为DevExpress界面控件的中国地区唯一正式授权经销商,正版控件销售公司,授权代理商,经销商及合作伙伴。
电话:400-700-1020
023-66090381
邮箱:sales@evget.com
相关资源
- Web如何取得编辑模板内自定义的控件?
- 绑定属性到propertyGridControl上时可否只显示需要的数据
- 可否去掉XtraScheduler日程创建时的Any选项
- LayoutControl控件使用经验与技巧总结
- Dev内置工具介绍
- 如何让TreeList的每个结点高亮显示?
- ASP.NET ASPxGridView使用方法大全
- XtraGrid巧用剪切与粘贴修改数据行显示顺序
- DevExpress汉化方法详解
- 如何创建ASP.NET向导界面
- ASPxPivotGrid支持XML数据源吗?
- 用 ASP.NET实现鼠标滚动自动加载内容
- 使用XAF构建基于工作流的授权应用程序
- DevExpress使用技巧总结
- WinForms和ASP.NET ERP系统完美开发
- GridControl使用方法总结