彩票走势图

DevExpress ToolTipController 如何设置显示时间和边框颜色

原创|其它|编辑:郝浩|2012-05-14 03:21:44.000|阅读 4319 次

概述:本文总结了DevExpress ToolTipController如何设置显示时间长短,如何在屏幕上显示文中图片所示的效果,以及如何设置边框颜色。

# 慧都年终大促·界面/图表报表/文档/IDE等千款热门软控件火热促销中 >>

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;


(慧都控件网版权所有,转载请注明出处,否则追究法律责任)

标签:

本站文章除注明转载外,均为本站原创或翻译。欢迎任何形式的转载,但请务必注明出处、不得修改原文相关链接,如果存在内容上的异议请邮件反馈至chenjj@cahobeh.cn

文章转载自:

为你推荐

  • 推荐视频
  • 推荐活动
  • 推荐产品
  • 推荐文章
  • 慧都慧问
扫码咨询


添加微信 立即咨询

电话咨询

客服热线
023-68661681

TOP