Click or drag to resize
Editor Class
编辑器
Inheritance Hierarchy
SystemObject
  Appkit.ComponentsEditor
    Appkit.ComponentsTextEditor
    Appkit.ComponentsXmlEditor

Namespace: Appkit.Components
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public class Editor

The Editor type exposes the following members.

Constructors
  NameDescription
Public methodEditor
Top
Properties
  NameDescription
Public propertyCached
是否缓存。

默认为 false。

Public propertyEncoded
是否对 url 进行编码。

默认为 false。

Public propertyIsReadOnly
是否只读。

默认为 false。

Public propertyPath
要编辑的 XML 文档的路径。
Public propertyTitle
页面标题。
Top
See Also