Atitit. Comparison of UI control structures between . NET C # Web and client WinForm
. NET 4.5
|
WebForm |
Winform |
Name space |
System.Web.UI.WebControls |
System.Windows.Forms Namespaces |
Inheritance Hierarchy |
System.Object System.Web.UI.Control System.Web.UI.WebControls.WebControl System.Web.UI.WebControls.Button |
Inheritance Hierarchy System.Object System.MarshalByRefObject System.ComponentModel.Component System.Windows.Forms.Control System.Windows.Forms.ButtonBase System.Windows.Forms.Button |
Assemblies: |
Assembly: system.web (in System.Web.dll) |
System.Windows.Forms (in System.Windows.Forms.dll) |
Textbox |
TextBox class |
Textbox |
|
|
|
Button |
Button |
Button |
Radio |
RadioButton |
RadioButton |
Checkbox |
CheckBox |
CheckBox |
Table |
gridview/(Datagrid,jyocye) |
DatagridView |
|
|
|
|
|
|
|
|
|
|
|
|
Author:: Old Wow's paw attilax Ayron, email:[email protected]
Reprint please indicate source: Http://blog.csdn.net/attilax
Button class (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 and client WinForm UI control structure comparison