CategoryEditor 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供一个自定义 CategoryEditor,用于对 PropertyGrid 中显示的属性进行分组。
public ref class CategoryEditor abstract
public abstract class CategoryEditor
type CategoryEditor = class
Public MustInherit Class CategoryEditor
- 继承
-
CategoryEditor
构造函数
CategoryEditor() |
创建 CategoryEditor 类的新实例。 |
属性
EditorTemplate |
获取一个 DataTemplate,它可由属性检查器承载,为 CategoryEditor 提供用户界面。 |
TargetCategory |
获取一个本地化的字符串,指示编辑器所属的类别。 |
方法
ConsumesProperty(PropertyEntry) |
确定哪些属性由 CategoryEditor 编辑。 |
CreateEditorAttribute(CategoryEditor) |
为指定的 EditorAttribute 创建一个新的 CategoryEditor。 |
CreateEditorAttribute(Type) |
为指定的 EditorAttribute 类型创建一个新的 CategoryEditor。 |
Equals(Object) |
确定指定对象是否等于当前对象。 (继承自 Object) |
GetHashCode() |
作为默认哈希函数。 (继承自 Object) |
GetImage(Size) |
返回一个 Object,宿主可将其显示在 ContentControl 中。 |
GetType() |
获取当前实例的 Type。 (继承自 Object) |
MemberwiseClone() |
创建当前 Object 的浅表副本。 (继承自 Object) |
ToString() |
返回表示当前对象的字符串。 (继承自 Object) |