CategoryEditor Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a custom CategoryEditor to use for grouping properties that are displayed in a PropertyGrid.
public ref class CategoryEditor abstract
public abstract class CategoryEditor
type CategoryEditor = class
Public MustInherit Class CategoryEditor
- Inheritance
-
CategoryEditor
Constructors
CategoryEditor() |
Creates a new instance of the CategoryEditor class. |
Properties
EditorTemplate |
Gets a DataTemplate that is hosted by the property inspector to provide the user interface for a CategoryEditor. |
TargetCategory |
Gets a localized string that indicates to which category the editor belongs. |
Methods
ConsumesProperty(PropertyEntry) |
Determines which properties are edited by the CategoryEditor. |
CreateEditorAttribute(CategoryEditor) |
Creates a new EditorAttribute for the specified CategoryEditor. |
CreateEditorAttribute(Type) |
Creates a new EditorAttribute for the specified CategoryEditor type. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetImage(Size) |
Returns an Object that the host can display in a ContentControl. |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |