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