Click or drag to resize

CommandIconAttribute Class

Loads the icon information from the resources
Inheritance Hierarchy
SystemObject
  SystemAttribute
    CodeStack.SwEx.AddIn.AttributesCommandIconAttribute

Namespace:  CodeStack.SwEx.AddIn.Attributes
Assembly:  CodeStack.SwEx.AddIn (in CodeStack.SwEx.AddIn.dll) Version: 0.8.1.0 (0.8.1.0)
Syntax
public class CommandIconAttribute : Attribute
Constructors
  NameDescription
Public methodCommandIconAttribute(Type, String)
Initializes a new instance of the CommandIconAttribute class
Public methodCommandIconAttribute(Type, String, String)
Initializes a new instance of the CommandIconAttribute class
Public methodCommandIconAttribute(Type, String, String, String, String, String, String)
Initializes a new instance of the CommandIconAttribute class
Top
Remarks
This attribute can be applied to command group (defined as enumeration) and items within the group (defined as enumeration value)
See Also