Atitit. .net c# web 跟客户端winform 的ui控件结构比较

时间:2023-03-08 18:21:46

Atitit. .net c# web 跟客户端winform 的ui控件结构比较

.net   4.5

webform

Winform

命名空间

System.Web.UI.WebControls

System.Windows.Forms 命名空间

继承层次结构

System.Object 

  System.Web.UI.Control

    System.Web.UI.WebControls.WebControl

      System.Web.UI.WebControls.Button

继承层次结构

System.Object 

  System.MarshalByRefObject

    System.ComponentModel.Component

      System.Windows.Forms.Control

        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:1466519819@qq.com

转载请注明来源: http://blog.****.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控件结构比较