VS2008里RadioButton与GroupBox组合使用的问题

2024-12-18 15:43:05
推荐回答(1个)
回答1:

在 RadioButton 的 OnClick 事件,(RadioButton)sender.Text 就是 。

另外,你要的这个功能,其实用 ComboBox 比较合适。