Name | Description | |
---|---|---|
IconSet Constructor |
The following tables list the members exposed by IconSet.
Name | Description | |
---|---|---|
IconSet Constructor |
Name | Description | |
---|---|---|
Comparer | (Inherited from System.Collections.ObjectModel.KeyedCollection<Size,C1Icon>) | |
Count | (Inherited from System.Collections.ObjectModel.Collection<TItem>) | |
Item | Overloaded. (Inherited from System.Collections.ObjectModel.KeyedCollection<Size,C1Icon>) |
Name | Description | |
---|---|---|
Dictionary | (Inherited from System.Collections.ObjectModel.KeyedCollection<Size,C1Icon>) | |
Items | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
Name | Description | |
---|---|---|
Add | (Inherited from System.Collections.ObjectModel.Collection<TItem>) | |
Clear | (Inherited from System.Collections.ObjectModel.Collection<TItem>) | |
Clone | Creates a new object that is a deep copy of the current instance. | |
Contains | Overloaded. (Inherited from System.Collections.ObjectModel.KeyedCollection<Size,C1Icon>) | |
CopyTo | (Inherited from System.Collections.ObjectModel.Collection<TItem>) | |
Equals | Indicates whether the specified object is a IconSet and contains the same set of icons as this icon set. | |
GetEnumerator | (Inherited from System.Collections.ObjectModel.Collection<TItem>) | |
GetHashCode | Serves as the default hash function. | |
GetNextAvailableIcon | Gets the next available icon of the requested size. If the icon of requested size is available in the icon set, it will be returned. Otherwise, the icon of the next bigger size will be returned (or the biggest one icon of requested size is too big). | |
IndexOf | (Inherited from System.Collections.ObjectModel.Collection<TItem>) | |
Insert | (Inherited from System.Collections.ObjectModel.Collection<TItem>) | |
ReadXml | Reads this IconSet from an System.Xml.XmlReader. | |
Remove | Overloaded. (Inherited from System.Collections.ObjectModel.KeyedCollection<Size,C1Icon>) | |
RemoveAt | (Inherited from System.Collections.ObjectModel.Collection<TItem>) | |
WriteXml | Writes this IconSet into an System.Xml.XmlWriter. |
Name | Description | |
---|---|---|
ChangeItemKey | (Inherited from System.Collections.ObjectModel.KeyedCollection<Size,C1Icon>) | |
ClearItems | Overridden. Removes all elements from the Collection. | |
GetKeyForItem | Overridden. When implemented in a derived class, extracts the key from the specified element. | |
InsertItem | Overridden. Inserts an element into the Collection at the specified index. | |
OnCollectionChanged | ||
RemoveItem | Overridden. Removes the element at the specified index of the Collection. | |
SetItem | (Inherited from System.Collections.ObjectModel.KeyedCollection<Size,C1Icon>) |
Name | Description | |
---|---|---|
CollectionChanged | Occurs when the collection changes. |