The DictionaryImage type exposes the following members.

Constructors

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

Properties

  Name Description
Public property Image
Gets or sets the Image stored by the current DictionaryImage.
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