Click or drag to resize

TaskPaneIconAttribute Constructor (Type, 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 masterResName
)

Parameters

resType
Type: SystemType
Type of the static class (usually Resources)
masterResName
Type: SystemString
Resource name of the master icon
See Also