请问C#winform窗体中用switch语句怎么实现切换comboBox选项时groupBox中的控件随之修改呢

RT。谢谢如:用if语句可以这样写,但是switch语句怎么实现呢privatevoidcomboBox_SelectedIndexChanged(objectsende... RT。谢谢
如:用if语句可以这样写,但是switch语句怎么实现呢
private void comboBox_SelectedIndexChanged(object sender, EventArgs e)
{
this.groupBox.Visible = true;
string value = this.comboBox.SelectedItem.ToString();
if (value.Equals("小说"))
{
setValue1();
setValue2();
this.groupBox.Text = ”123“
this.label1.Visible = true;
this.textBox1.Visible = true;
}
}
展开
 我来答
shandian84
2011-01-16 · TA获得超过125个赞
知道小有建树答主
回答量:168
采纳率:0%
帮助的人:130万
展开全部
string value = this.comboBox.SelectedItem.ToString();
switch(value)
{
case "小拦虚樱誉山说简丛" :
setValue1();
setValue2();
this.groupBox.Text = ”123“
this.label1.Visible = true;
this.textBox1.Visible = true;
break;
}
扈怀炜4h
2011-01-16 · TA获得超过6038个赞
知道大有可为答主
回答量:6907
采纳率:67%
帮助的人:1330万
展开全部
private void comboBox_SelectedIndexChanged(object sender, EventArgs e)
{
this.groupBox.Visible = true;
string value = this.comboBox.SelectedItem.ToString();
switch(value)
{
case "小喊罩含郑笑说" :
{
setValue1();
setValue2();
this.groupBox.Text = ”闷迟123“
this.label1.Visible = true;
this.textBox1.Visible = true;
break;
}
}
}
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式