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

Author: Đonny

Localizable version of CategoryAttribute. Defines category shown in PropertyGrid.

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

Syntax

C#
public class LCategoryAttribute : CategoryAttribute
Visual Basic
Public Class LCategoryAttribute _
	Inherits CategoryAttribute
Visual C++
public ref class LCategoryAttribute : public CategoryAttribute
F#
type LCategoryAttribute =  
    class
        inherit CategoryAttribute
    end
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

Collapse/expand Version History

1.5.2