[]
Represents an Icon stored in a Dictionary.
[C1ClassSerialization(true)]
public class DictionaryIcon : DictionaryItem, ICloneable
Name | Description |
---|---|
DictionaryIcon() | Initializes a new instance of the DictionaryIcon class. |
DictionaryIcon(string) | Initializes a new instance of the DictionaryIcon class. |
DictionaryIcon(string, Icon) | Initializes a new instance of the DictionaryIcon class. |
Name | Description |
---|---|
Icon | Gets or sets the Icon stored by the current DictionaryIcon. |
Name | Description |
---|---|
AssignFrom(NamedCollectionItem) | Assigns (copies) properties from another DictionaryIcon to the current object. |
ShouldSerializeIcon() | Indicates whether the Icon property should be serialized. |
ShouldSerializeOpenXmlIcon() | Indicates whether the OpenXmlIcon property should be serialized. |