ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Win.Localization Namespace / C1CategoryAttribute Class / C1CategoryAttribute Constructor / C1CategoryAttribute Constructor(Type,String,String)
The System.Type defining string properties.
The key value used to keep specific category.
Default non-localized category name.

In This Topic
    C1CategoryAttribute Constructor(Type,String,String)
    In This Topic
    Initializes a new instance of the C1CategoryAttribute attribute.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal stringsType As System.Type, _
       ByVal key As System.String, _
       ByVal categoryName As System.String _
    )
    public C1CategoryAttribute( 
       System.Type stringsType,
       System.string key,
       System.string categoryName
    )

    Parameters

    stringsType
    The System.Type defining string properties.
    key
    The key value used to keep specific category.
    categoryName
    Default non-localized category name.
    See Also