| CommandIconAttribute Constructor (Type, 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 masterResName
)
Public Sub New (
resType As Type,
masterResName As String
)
public:
CommandIconAttribute(
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