The DictionaryIcon type exposes the following members.

Constructors

  Name Description
Public method DictionaryIcon()()()()
Initializes a new instance of the DictionaryIcon class.
Public method DictionaryIcon(String)
Initializes a new instance of the DictionaryIcon class.
Public method DictionaryIcon(String, Icon)
Initializes a new instance of the DictionaryIcon class.

Properties

  Name Description
Public property Icon
Gets or sets the Icon stored by the current DictionaryIcon.
Public property Name
Gets or sets the name of the current item. The name must be unique within the Dictionary containing the item.
(Inherited from DictionaryItem.)
Public property Owner
Gets the Dictionary object that is the owner of the current item.
(Inherited from DictionaryItem.)

See Also