InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / 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.
    Object Model
    C1DescriptionAttribute Class
    Syntax
    'Declaration
     
    Public Class C1DescriptionAttribute 
       Inherits System.ComponentModel.DescriptionAttribute
    public class C1DescriptionAttribute : System.ComponentModel.DescriptionAttribute 
    Inheritance Hierarchy

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

    See Also