HTMLEditor类常用属性说明
- AllowDrop 是否允许拖拉操作
- DocumentEncoding 文档编码,常设置为:EncodingType.GB2312
- DefaultPreamble 编码:也应设置为:EncodingType.GB2312
- ContextMenuStrip 右键菜单
- HTMLDocument Html文档对象模型
- HtmlDocument2 Html文档对象模型
- Document 文档对象
- IsDesignMode 设计模式标识,如true,则可进行HTML设计,如false,则只可展示。
- ReadyState 状态,