Back to Devexpress

ImageCollection<TImage, TInfo>.Insert Method

windowsforms-devexpress-dot-utils-dot-imagecollection-2-dot-insert.md

latest1.4 KB
Original Source

ImageCollection<TImage, TInfo>.Insert Method

NameParametersDescription
Insert(Int32, TImage)index, itemAdds the specific image to this collection, , and places this image to the specific position.
Insert(Int32, String, TImage)index, key, imageAdds the specific image to this collection, and places it to the specific position.
Insert(Int32, String, String, String)index, key, assemblyImageResourceName, assemblyNameAdds an image from the assembly to this collection, and places this image to the specific position.
Insert(Int32, String, String, Type)index, key, resourceName, resourceTypeAdds an image from resources, and places this image to the specific position.
Insert(Int32, String, String)index, key, imageUriAdds an image to this collection by its URI, and places this image to the specific position.