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

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

    Parameters

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