net90_PropertyGridHelpers.Attributes_EnumImageAttribute_EnumImageAttribute - dparvin/PropertyGridHelpers GitHub Wiki

EnumImageAttribute constructor (1 of 3)

Initializes a new instance of the EnumImageAttribute class with default values (null image, embedded location).

public EnumImageAttribute()

See Also


EnumImageAttribute constructor (2 of 3)

Initializes a new instance of the EnumImageAttribute class with the specified image location.

public EnumImageAttribute(ImageLocation imageLocation)
parameter description
imageLocation The storage location of the image (embedded or external).

See Also


EnumImageAttribute constructor (3 of 3)

Initializes a new instance of the EnumImageAttribute class with a specified image identifier and location.

public EnumImageAttribute(string text, ImageLocation imageLocation = ImageLocation.Embedded)
parameter description
text The name or resource key of the image.
imageLocation The storage location of the image (default: embedded).

See Also

⚠️ **GitHub.com Fallback** ⚠️