[]
Provides an icon object container.
public sealed class CustomIconContainer : ICanSerializeXml, ISerializeSupport
Public NotInheritable Class CustomIconContainer
Implements ICanSerializeXml, ISerializeSupport
Name | Description |
---|---|
Count | Gets the number of contained icon objects. |
this[int] | Gets or sets an icon object at the specified index. |
this[string] | Gets or sets an icon object using the specified name. |
Name | Description |
---|---|
AddIcon(string, Icon) | Adds an icon object into a container. |
Clear() | Clears all icon objects from the container. |
Contains(string) | Checks whether an icon object with the specified name is in the container. |
GetIndex(string) | |
GetName(int) | |
InsertIcon(int, string, Icon) | Inserts an icon object into a container with the specified name at a specified index. |
RemoveIcon(int) | Removes an icon object at the specified index. |
RemoveIcon(string) | Removes an icon object with the specified name. |