CategoryResourceAttribute Class

Definition

Summary description for CategoryAttribute.

public ref class CategoryResourceAttribute sealed : System::ComponentModel::CategoryAttribute
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false)]
public sealed class CategoryResourceAttribute : System.ComponentModel.CategoryAttribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false)>]
type CategoryResourceAttribute = class
    inherit CategoryAttribute
Public NotInheritable Class CategoryResourceAttribute
Inherits CategoryAttribute
Inheritance
CategoryResourceAttribute
Attributes

Constructors

CategoryResourceAttribute(String, Type)

Initializes a new instance of the CategoryAttribute class with the specified category name.

CategoryResourceAttribute(String, Type, String)

Initializes a new instance of the CategoryAttribute class with the specified category name.

Properties

DisplayNameKey

Caption Key

ResourceName

Resource Name for this category

Type

Type for this catetory

Applies to