XImageCollection.GetImageName

XImageCollection.GetImageName method

Returns name in images list which is key of the given image.

public string GetImageName(XImage image)
ParameterTypeDescription
imageXImageImage to search.

Return Value

Name (key) of the found image; null if images was not found.

See Also