PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 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 String, _
       ByVal icon As Icon _
    )
    public DictionaryIcon( 
       string name,
       Icon icon
    )

    Parameters

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