隐藏在 WiX 中选中的复选框上的文本框 [英] hide textboxes on checkbox checked in WiX

查看:20
本文介绍了隐藏在 WiX 中选中的复选框上的文本框的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否可以隐藏在 WiX 中选中的复选框上的文本框?

Is it possible to hide textboxes on checkbox checked in WiX?

推荐答案

感谢您的评论,第一条评论帮助了我.它是这样完成的:

Thanks for your comments, the first comment helped me. It is done like this:

<Control Id="LoginTextBox" Type="Edit" Text="CM2" Height="17" Width="200" X="150" Y="198" Property="Login">
<Condition Action="hide" >CreateDBUsers&lt;&gt;1</Condition>
<Condition Action="show" >CreateDBUsers=1</Condition>
</Control>

这篇关于隐藏在 WiX 中选中的复选框上的文本框的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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