C#自定义控件

时间:2017-08-26 17:23:24
【文件属性】:

文件名称:C#自定义控件

文件大小:78KB

文件格式:ZIP

更新时间:2017-08-26 17:23:24

C# UserControl

C#的UserControl让用户自定义控件容易了很多,创建WindowsFormsControlLibrary工程,自定义UserControl,生成的.dll加入到任何新工程,就能在新工程中使用自定义的UserControl。 这里主要以一个例子大致记录如何使用C#里的自定义控件。


【文件预览】:
WindowsFormsControlLibraryVS2010
----WindowsFormsControlLibraryVS2010()
--------UserControl1.Designer.cs(3KB)
--------WindowsFormsControlLibraryVS2010.csproj.user(227B)
--------UserControl1.cs(816B)
--------Properties()
--------UserControl1.resx(6KB)
--------WindowsFormsControlLibraryVS2010.csproj(3KB)
--------obj()
--------bin()
----WindowsFormsControlLibraryVS2010.suo(31KB)
----WindowsFormsApplication()
--------Form1.cs(3KB)
--------Program.cs(515B)
--------Form1.resx(6KB)
--------Properties()
--------Form1.Designer.cs(5KB)
--------obj()
--------bin()
--------WindowsFormsApplication.csproj(4KB)
----WindowsFormsControlLibraryVS2010.sln(3KB)

网友评论