CategoryEditor.TargetCategory Property

When overridden in a derived class, gets a localized string that indicates which category this editor belongs to.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design (in Microsoft.Windows.Design.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property TargetCategory As String
'Usage
Dim instance As CategoryEditor 
Dim value As String 

value = instance.TargetCategory
public abstract string TargetCategory { get; }
public:
virtual property String^ TargetCategory {
    String^ get () abstract;
}
public abstract function get TargetCategory () : String

Property Value

Type: System.String
A string representing the category that this editor belongs to.

Remarks

CategoryEditor objects are defined on types and, therefore, at load time they must indicate the actual category they belong to.

.NET Framework Security

See Also

Reference

CategoryEditor Class

CategoryEditor Members

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

Property Editing Architecture

WPF Designer Extensibility