SharedImageCollection Constructors
An image collection that allows you to share images between controls on multiple forms.| Name | Parameters | Description |
|---|---|---|
| SharedImageCollection() | none | Initializes a new instance of the SharedImageCollection class. |
| SharedImageCollection(IContainer) | container | Initializes a new instance of the SharedImageCollection class with the specified container. |
See Also