DictionaryIcon Constructor(String,Icon)
In This Topic
Initializes a new instance of the
DictionaryIcon class.
Syntax
'Declaration
Public Function New( _
ByVal As String, _
ByVal As Icon _
)
public DictionaryIcon(
string ,
Icon
)
Parameters
- name
- The name of the current item.
- icon
- The icon to store in the current item.
See Also