Skip to content

net90_PropertyGridHelpers.Attributes_EnumImageAttribute_GetEnumImage

dparvin edited this page May 25, 2025 · 10 revisions

EnumImageAttribute.GetEnumImage method

Retrieves the name of the image associated with a given Enum value.

public static string GetEnumImage(Enum value)
parameter description
value The Enum value.

Return Value

The image name if found, otherwise the Enum name.

See Also

Clone this wiki locally