| FeatureIconAttribute Constructor (Type, 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 resName,
string iconFolderName = ""
)
Public Sub New (
resType As Type,
resName As String,
Optional iconFolderName As String = ""
)
public:
FeatureIconAttribute(
Type^ resType,
String^ resName,
String^ iconFolderName = L""
)
Parameters
- resType
- Type: SystemType
Resource type - resName
- Type: SystemString
Name of the resource representing the 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