Click or drag to resize

CommandIconAttribute Constructor (Type, String, String)

Initializes a new instance of the CommandIconAttribute class

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 CommandIconAttribute(
	Type resType,
	string size16x16ResName,
	string size24x24ResName
)

Parameters

resType
Type: SystemType
Type of the static class (usually Resources)
size16x16ResName
Type: SystemString
Resource name of the small icon
size24x24ResName
Type: SystemString
Resource name of the large icon
See Also