case "System.Windows.Forms.Panel":
break;
case "System.Windows.Forms.GroupBox":
break;
case "System.Windows.Forms.SplitContainer":
break;
case "System.Windows.Forms.SplitterPanel":
break;
case "System.Windows.Forms.TabControl":
break;
case "System.Windows.Forms.TabPage":
break;
case "System.Windows.Forms.Label":
break;
case "System.Windows.Forms.LinkLabel" :
break;
case "System.Windows.Forms.Button":
break;
case "System.Windows.Forms.CheckBox":
break;
case "System.Windows.Forms.RadioButton":
break;
case "System.Windows.Forms.DataGridView":
break;
case "System.Windows.Forms.ListView":
break;
控件類型
最新推荐文章于 2023-08-03 17:44:06 发布
本文列举了多种Windows表单中的常用控件,包括面板、标签、按钮等,并通过一系列case语句展示了不同控件的类型。这些控件是构建用户界面的基础元素。
3448

被折叠的 条评论
为什么被折叠?



