LocalizablePropertyCategoryAttribute Class

Definition

Provides a localized category for a property. This class cannot be inherited.

public ref class LocalizablePropertyCategoryAttribute sealed : System::ComponentModel::CategoryAttribute
[System.AttributeUsage(System.AttributeTargets.All)]
public sealed class LocalizablePropertyCategoryAttribute : System.ComponentModel.CategoryAttribute
[<System.AttributeUsage(System.AttributeTargets.All)>]
type LocalizablePropertyCategoryAttribute = class
    inherit CategoryAttribute
Public NotInheritable Class LocalizablePropertyCategoryAttribute
Inherits CategoryAttribute
Inheritance
LocalizablePropertyCategoryAttribute
Attributes

Remarks

A CategoryAttribute indicates the category to associate the property or event with when listing properties or events in a System.Windows.Forms.PropertyGrid control set to Categorized mode. For more information, see "CategoryAttribute Class" in the .NET Framework Class Library.

Constructors

LocalizablePropertyCategoryAttribute(Type, String)

Initializes a new instance of the LocalizablePropertyCategoryAttribute class using the specified type and property name.

Applies to