我有太多的复选框,按钮,标签。。。。在我的简历里,有没有可能
search
go to
其中一个在运行时?据我所知,在visualstudio中,您可以使用
Properties Windows
这是一个
ComboBox
button1 System.Windows.Forms.Button
button2 System.Windows.Forms.Button
button3 System.Windows.Forms.Button
label1 System.Windows.Forms.Label
label2 System.Windows.Forms.Label
label3 System.Windows.Forms.Label
当你选择其中一个的时候,编译器会显示它在哪里,这是很好的,但是我想在运行时这样做,并通过它的属性来搜索它
name
或
text