自定义属性的应用

新建解决方案WindowsFormsApplication1 新建类MyAttribute using System; namespace WindowsFormsApplication1{ [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1710:IdentifiersShouldHaveCorrectSuffix")] [AttributeUsage(AttributeTargets.Class, AllowMultiple = t...
2008-06-02 14:09 | 阅读 3844 次 | 评论 0 条

一个非常好的 TextBox与Button组合体

using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using HVS.WinUI.Forms; namespace HVS.WinUI.Components{ public partial class TextEdit : System.Windows.Forms.TextBox { #regi...
2008-04-11 13:27 | 阅读 2899 次 | 评论 1 条
浏览24979次