TreeView for WinForms | ComponentOne
C1.Win.Localization Namespace / C1CategoryAttribute Class
Members

In This Topic
    C1CategoryAttribute Class
    In This Topic
    C1CategoryAttribute replaces the CategoryAttribute and uses the StringsManager and Strings classes to return the localized Attribute string.
    Syntax
    'Declaration
     
    
    <AttributeUsageAttribute(AttributeTargets.All)>
    Public Class C1CategoryAttribute 
       Inherits System.ComponentModel.CategoryAttribute
    [AttributeUsage(AttributeTargets.All)]
    public class C1CategoryAttribute : System.ComponentModel.CategoryAttribute 
    Inheritance Hierarchy

    System.Object
       System.Attribute
          System.ComponentModel.CategoryAttribute
             C1.Win.Localization.C1CategoryAttribute

    See Also