Atitit. .net c# web 跟客户端winform 的ui控件结构比较
.net 4.5
webform |
Winform |
|
命名空间 |
System.Web.UI.WebControls |
System.Windows.Forms 命名空间 |
继承层次结构 |
System.Object System.Web.UI.WebControls.WebControl System.Web.UI.WebControls.Button |
继承层次结构 System.ComponentModel.Component System.Windows.Forms.ButtonBase System.Windows.Forms.Button |
程序集: |
程序集: System.Web(在 System.Web.dll 中) |
System.Windows.Forms(在 System.Windows.Forms.dll 中) |
Textbox |
TextBox 类 |
TextBox |
Button |
Button |
Button |
Radio |
RadioButton |
RadioButton |
Checkbox |
CheckBox |
CheckBox |
Table |
Gridview/(datagrid,jyocye) |
DatagridView |
作者:: 老哇的爪子 Attilax 艾龙, EMAIL:[email protected]
转载请注明来源: http://blog.csdn.net/attilax
Button 类 (System.Web.UI.WebControls).htm
http://msdn.microsoft.com/zh-cn/library/system.web.ui.webcontrols.button%28v=vs.110%29.aspx?cs-save-lang=1&cs-lang=vb#code-snippet-1
时间: 2024-12-28 01:29:35