Back to Devexpress

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

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

latest1.4 KB
Original Source

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

Checks whether this collection has an image with the specific name.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public bool ContainsKey(
    string key
)
vb
Public Function ContainsKey(
    key As String
) As Boolean

Parameters

NameTypeDescription
keyString

The image name to check.

|

Returns

TypeDescription
Boolean

true if the collection has an image with such name; otherwise, false.

|

See Also

ImageCollection<TImage, TInfo> Class

ImageCollection<TImage, TInfo> Members

DevExpress.Utils Namespace