net472_PropertyGridHelpers.Attributes_EnumImageAttribute_Exists - dparvin/PropertyGridHelpers GitHub Wiki
Determines whether an EnumImageAttribute
exists for the given Enum value.
public static bool Exists(Enum value)
parameter | description |
---|---|
value | The Enum value. |
true
if an image attribute is associated with the value; otherwise, false
.
- class EnumImageAttribute
- namespace PropertyGridHelpers.Attributes
- assembly PropertyGridHelpers