net90_PropertyGridHelpers.Attributes_EnumImageAttribute_EnumImageAttribute - dparvin/PropertyGridHelpers GitHub Wiki
Initializes a new instance of the EnumImageAttribute
class with default values (null image, embedded location).
public EnumImageAttribute()
- class EnumImageAttribute
- namespace PropertyGridHelpers.Attributes
- assembly PropertyGridHelpers
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). |
- enum ImageLocation
- class EnumImageAttribute
- namespace PropertyGridHelpers.Attributes
- assembly PropertyGridHelpers
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). |
- enum ImageLocation
- class EnumImageAttribute
- namespace PropertyGridHelpers.Attributes
- assembly PropertyGridHelpers