WEB开发网
开发学院软件开发VB 快速找到选中的OptionButton 阅读

快速找到选中的OptionButton

 2006-02-27 21:12:44 来源:WEB开发网   
核心提示:OptionButton控件经常是作为控件数组存在的,要快速找到其中的哪一个被选中,快速找到选中的OptionButton,可以使用下面的代码:'假设控件数组包含3个OptionButton控件intSelected=Option(0).Value*0-Option(1).Value*1-Option(2).V

OptionButton控件经常是作为控件数组存在的,要快速找到其中的哪一个被选中,可以使用下面的代码:

'假设控件数组包含3个OptionButton控件

intSelected=Option(0).Value*0-Option(1).Value*1-Option(2).Value*2

注意,因为第一个操作数总是0,所以上述代码可以精简如下:

intSelected=-Option(1).Value-Option(2).Value*2

->

Tags:快速 找到 选中

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接