[This is preliminary documentation and is subject to change.]

Localizable version of CategoryAttribute. Defines category shown in PropertyGrid.

Namespace:  Tools.ComponentModelT
Assembly:  Tools (in Tools.dll) Version: 1.5.2.0

Author: Đonny

Vertion history

1.5.2 (Release Candidate)
VersionAttribute and AuthorAttribute removed

Syntax

C#
public class LCategoryAttribute : CategoryAttribute
Visual Basic (Declaration)
Public Class LCategoryAttribute _
	Inherits CategoryAttribute
Visual C++
public ref class LCategoryAttribute : public CategoryAttribute
J#
public class LCategoryAttribute extends CategoryAttribute
JScript
public class LCategoryAttribute extends CategoryAttribute

Remarks

Localizable means that value can be loaded from resources (any Public Static (Shared in Visual Basic) Property). Note that some categories can be localized by .NET Framework itself.

Inheritance Hierarchy

System..::.Object
  System..::.Attribute
    System.ComponentModel..::.CategoryAttribute
      Tools.ComponentModelT..::.LCategoryAttribute

See Also