没有工具提示 [英] No ToolTips

查看:58
本文介绍了没有工具提示的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

hi


我正在使用RC 2012,并且描述未显示为工具提示。有什么想法?


Glenn

解决方案

嗨Glenn


在< yourScreen> _Created方法中使用以下代码。

 this.FindControl(" YourControl")。Description =" hello world"; 


 Me.FindControl(" YourControl")。Description =" hello world" 

如果您使用网格或列表,则必须使用FindControlInCollection而不是FindControl。


问候



hi

I am using RC 2012 and the descriptions are not showing as tooltips. Any ideas?

Glenn

解决方案

Hi Glenn

Use the following code within <yourScreen>_Created method.

this.FindControl("YourControl").Description = "hello world";

Me.FindControl("YourControl").Description = "hello world"

If you are using grid or list then you have to use FindControlInCollection instead of FindControl.

Regards


这篇关于没有工具提示的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆