首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏c#开发者

    BizTalk自定义证书加密/解密pipeline组件开发

    我就是从上面抄了一些;     类似实现下面的弹出式对话框,和下拉列表框的功能,只需要加上下面的几句话就可以了; [Editor(typeof(MyCertificateEditor), typeof(UITypeEditor 下面是代码 internal class CertificateEditor : UITypeEditor     {         public override object EditValue

    80840发布于 2018-04-12
  • 来自专栏跟着阿笨一起玩NET

    如何在控件的设计时得到窗体设计器中的所有控件

    www.cnblogs.com/Ricky81317/archive/2007/01/04/611942.html 近日开发了一些自定义控件,其中一个需要自定义一下设计时属性浏览器中的属性编辑器,因此从UITypeEditor

    1.9K10发布于 2018-09-18
  • 来自专栏张善友的专栏

    VS.Net 2005 Design-Time Integration

    All these editor classes are derived from the base class UITypeEditor. [EditorAttribute(typeof(ListItemsCollectionEditor), typeof(UITypeEditor))] public ListItemCollection To create a new custom editor class for your properties, you will have to derive from the base class UITypeEditor

    74080发布于 2018-01-29
  • 来自专栏Core Net

    CodeSmith 二、多模板按目录树批量自动生成代码

    Type="String" Editor="System.Windows.Forms.Design.FolderNameEditor" EditorBase="System.Drawing.Design.UITypeEditor Type="String" Editor="System.Windows.Forms.Design.FolderNameEditor" EditorBase="System.Drawing.Design.UITypeEditor

    1.5K30发布于 2019-03-15
  • 来自专栏平凡少年

    使用CodeSmith 生成代码

    String.Empty; [Editor(typeof(System.Windows.Forms.Design.FolderNameEditor), typeof(System.Drawing.Design.UITypeEditor

    2.1K30发布于 2019-04-11
  • 来自专栏magicodes

    CodeSmith系列(三)——使用CodeSmith生成ASP.NET页面

    string _userFileName = string.Empty; [Editor(typeof(FileNameEditor), typeof(System.Drawing.Design.UITypeEditor

    1.9K40发布于 2018-12-27
  • 来自专栏c#学习笔记

    C#——写一个控件库

    System.Windows.Forms.Design.DataGridViewColumnCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(UITypeEditor

    2.8K41发布于 2021-02-04
  • 来自专栏magicodes

    CodeSmith系列(二)——使用CodeSmith生成ASP.NET后台代码

    string _userFileName = string.Empty; [Editor(typeof(FileNameEditor), typeof(System.Drawing.Design.UITypeEditor

    3.5K10发布于 2018-12-27
  • 来自专栏java跬步

    ASP.NET中各命名空间及作用

    这些类包括:提供 Windows 窗体组件(即一组设计时服务)支持的设计器类、用于配置特定属性类型的 UITypeEditor 类,以及用于导入 ActiveX 控件的类。 

    4.1K10发布于 2020-02-18
  • 来自专栏木宛城主

    工欲善其事,必先利其器:分享一套Code Smith 搭建N层架构模板

    "; [Editor(typeof(System.Windows.Forms.Design.FolderNameEditor), typeof(System.Drawing.Design.UITypeEditor

    1.5K80发布于 2018-01-11
领券