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

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

    System.Object
       System.Attribute
          System.ComponentModel.DescriptionAttribute
             C1.Win.Localization.C1DescriptionAttribute

    See Also