首页 > 代码库 > Atitit. .net c# web 跟客户端winform 的ui控件结构比较
Atitit. .net c# web 跟客户端winform 的ui控件结构比较
Atitit. .net c# web 跟客户端winform 的ui控件结构比较
.net 4.5
| webform | Winform |
命名空间 | System.Web.UI.WebControls
| System.Windows.Forms 命名空间
|
继承层次结构 | System.Object | 继承层次结构 System.Object
|
程序集: | 程序集: 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:1466519819@qq.com
转载请注明来源: 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
Atitit. .net c# web 跟客户端winform 的ui控件结构比较