InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Win.Localization Namespace / C1CategoryAttribute Class / C1CategoryAttribute Constructor / C1CategoryAttribute Constructor(Type,String)
The System.Type defining string properties.
Default non-localized category name.

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

    Parameters

    stringsType
    The System.Type defining string properties.
    categoryName
    Default non-localized category name.
    See Also