Click or drag to resize

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 = ""
)

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