| TaskPaneIconAttribute Constructor (Type, String, String, String, String, String, String) |
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
)
Public Sub New (
resType As Type,
size20x20ResName As String,
size32x32ResName As String,
size40x40ResName As String,
size64x64ResName As String,
size96x96ResName As String,
size128x128ResName As String
)
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