| FeatureIconAttribute Constructor (Type, String, String, String, String) |
Specifies the master icon for all macro feature states
Namespace:
CodeStack.SwEx.MacroFeature.Attributes
Assembly:
CodeStack.SwEx.MacroFeature (in CodeStack.SwEx.MacroFeature.dll) Version: 0.5.3.0 (0.5.3.0)
Syntax public FeatureIconAttribute(
Type resType,
string smallResName,
string mediumResName,
string largeResName,
string iconFolderName = ""
)
Public Sub New (
resType As Type,
smallResName As String,
mediumResName As String,
largeResName As String,
Optional iconFolderName As String = ""
)
public:
FeatureIconAttribute(
Type^ resType,
String^ smallResName,
String^ mediumResName,
String^ largeResName,
String^ iconFolderName = L""
)
Parameters
- resType
- Type: SystemType
Resource type - smallResName
- Type: SystemString
Name of the resource representing the small size icon - mediumResName
- Type: SystemString
Name of the resource representing the medium size icon - largeResName
- Type: SystemString
Name of the resource representing the large size icon - iconFolderName (Optional)
- Type: SystemString
Folder name to store the icons.
This folder will be created in the Program Data.
If empty value is specified icon will be created at the default location
See Also