Click or drag to resize

FeatureIconAttribute Class

Specifies the icon for macro feature to be displayed in the Feature Manager Tree
Inheritance Hierarchy
System.Object
  System.Attribute
    CodeStack.SwEx.MacroFeature.Attributes.FeatureIconAttribute

Namespace:  CodeStack.SwEx.MacroFeature.Attributes
Assembly:  CodeStack.SwEx.MacroFeature (in CodeStack.SwEx.MacroFeature.dll) Version: 0.5.3.0 (0.5.3.0)
Syntax
public class FeatureIconAttribute : Attribute
Constructors
  NameDescription
Public methodFeatureIconAttribute(Type, String, String)
Specifies the master icon for all macro feature states
Public methodFeatureIconAttribute(Type, String, String, String, String)
Specifies the master icon for all macro feature states
Top
See Also