Click or drag to resize

TaskPaneIconAttribute Constructor (Type, String, String, String, String, String, String)

Initializes a new instance of the TaskPaneIconAttribute 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 TaskPaneIconAttribute(
	Type resType,
	string size20x20ResName,
	string size32x32ResName,
	string size40x40ResName,
	string size64x64ResName,
	string size96x96ResName,
	string size128x128ResName
)

Parameters

resType
Type: SystemType
Type of the static class (usually Resources)
size20x20ResName
Type: SystemString
Resource name of the extra small icon
size32x32ResName
Type: SystemString
Resource name of the small icon
size40x40ResName
Type: SystemString
Resource name of the medium icon
size64x64ResName
Type: SystemString
Resource name of the large icon
size96x96ResName
Type: SystemString
Resource name of the extra large icon
size128x128ResName
Type: SystemString
Resource name of the high resolution icon
See Also