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

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

    Parameters

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