编写与.net属性窗口交互的RAD组件(五)[6]

[入库:2005年8月18日] [更新:2007年3月25日]

本文简介:选择自 zoulng 的 blog

   {

       // make sure we're looking for a uitypeeditor.

       //

       if (editorbasetype == typeof(system.drawing.design.uitypeeditor))

       {

          // create and return one of our editors.

          //

          if (editor == null)

          {

              editor = new pointuieditor(owner.target);

          }

本文关键:编写与.net属性窗口交互的RAD组件(五)
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top