Back to Devexpress

ImageCollection<TImage, TInfo>.Add(String, String) Method

windowsforms-devexpress-dot-utils-dot-imagecollection-2-dot-add-x28-system-dot-string-system-dot-string-x29.md

latest1.5 KB
Original Source

ImageCollection<TImage, TInfo>.Add(String, String) Method

Adds an image to this collection by its URI.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
public void Add(
    string key,
    string imageUri
)
vb
Public Sub Add(
    key As String,
    imageUri As String
)

Parameters

NameTypeDescription
keyString

The name that the added image will have in this collection.

| | imageUri | String |

The URI of the added image. See Image Gallery and Context-Dependent Images article to learn more.

|

See Also

ImageCollection<TImage, TInfo> Class

ImageCollection<TImage, TInfo> Members

DevExpress.Utils Namespace