[]
Initializes a new instance of the DictionaryIcon class.
public DictionaryIcon()
Public Sub New()
Initializes a new instance of the DictionaryIcon class.
public DictionaryIcon(string name)
Public Sub New(name As String)
| Type | Name | Description |
|---|---|---|
| string | name | The name of the current item. |
Initializes a new instance of the DictionaryIcon class.
public DictionaryIcon(string name, Icon icon)
Public Sub New(name As String, icon As Icon)
| Type | Name | Description |
|---|---|---|
| string | name | The name of the current item. |
| Icon | icon | The icon to store in the current item. |