我想写的是,在文本框中写一个标签不可见时,莳萝可见为真并显示它 [英] i want to write that when write in textbox avisible of one lable will dill visible true and display it

查看:108
本文介绍了我想写的是,在文本框中写一个标签不可见时,莳萝可见为真并显示它的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想写的是,在文本框中写一个标签不可见时,莳萝可见为true并显示出来,我该怎么办?
请给我这个

i want to write that when write in textbox avisible of one lable will dill visible true and display it how can i do it ?
please give me a code of this

推荐答案

if(textbox.Text!=")
的代码 {
label.visible = True;
}
if(textbox.Text!="")
{
label.visible=True;
}


这篇关于我想写的是,在文本框中写一个标签不可见时,莳萝可见为真并显示它的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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