ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / DictionaryIcon Class / DictionaryIcon Constructor / DictionaryIcon Constructor(String,Icon)
The name of the current item.
The icon to store in the current item.

In This Topic
    DictionaryIcon Constructor(String,Icon)
    In This Topic
    Initializes a new instance of the DictionaryIcon class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As System.String, _
       ByVal icon As System.Drawing.Icon _
    )
    public DictionaryIcon( 
       System.string name,
       System.Drawing.Icon icon
    )

    Parameters

    name
    The name of the current item.
    icon
    The icon to store in the current item.
    See Also