当前位置:编程学习 > VB >>

在vb中怎样遍历用户控件中的Label控件

在vb中怎样遍历用户控件中的Label控件 --------------------编程问答-------------------- Dim ObjControl As Control
For Each ObjControl In Controls
    If TypeOf ObjControl Is Label Then
    ElseIf TypeOf ObjControl Is ComboBox Then
    endif
Next

其它的控件就是类似的做法了...... --------------------编程问答-------------------- For Each ObjControl In Me.Controls  
补充:VB ,  控件
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,