Alice's Blog

Alice's Blog
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

10 2005 档案

摘要:using System;using System.Runtime.InteropServices;namespace d4htmlinterface{ /**//// /// Class1 的摘要说明。 /// public class htmlinterface { public htmlinterface() { ... 阅读全文

posted @ 2005-10-30 20:48 Alice 阅读(431) 评论(0) 推荐(0)

摘要:定义了事件 Public Event oncontextmenu()下面是事件的触发(其他代码省略) Private Function m_doc_oncontextmenu()Function m_doc_oncontextmenu() As Boolean Handles m_doc.oncontextmenu RaiseEvent oncontextmenu() ... 阅读全文

posted @ 2005-10-30 20:47 Alice 阅读(728) 评论(0) 推荐(0)

摘要:Glyphs是当我们像DreamWeaver一样编辑网页时,会显示出每个html标签的图标,点中图片选择htmlelement,可以用来结构化编辑区,实现对非可见区域的编辑,比如编辑script等VB.net code 'showGlyph ,start add by alice ,2005-5-17 Dim ct As htmlinterface.IOleCommand... 阅读全文

posted @ 2005-10-30 20:43 Alice 阅读(435) 评论(0) 推荐(0)

摘要:加入一个propertyGrid PropertyGrid propertyGrid1 = new PropertyGrid();propertyGrid1.CommandsVisibleIfAvailable = true; propertyGrid1.Location = new Point(10, 20); propertyGrid1.Size ... 阅读全文

posted @ 2005-10-30 20:42 Alice 阅读(885) 评论(0) 推荐(0)

摘要:Draw Dorp-Down propertyGrid [TypeConverter(typeof(backgroundRepeatConverter)), DescriptionAttribute("description"), CategoryAttribute("行为")] public string backgroundR... 阅读全文

posted @ 2005-10-30 20:41 Alice 阅读(319) 评论(0) 推荐(0)