| CommandIconAttribute Constructor (Type, 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 CommandIconAttribute(
Type resType,
string size16x16ResName,
string size24x24ResName
)
Public Sub New (
resType As Type,
size16x16ResName As String,
size24x24ResName As String
)
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