Click or drag to resize

IconsConverter Constructor (String, Boolean)

Namespace:  CodeStack.SwEx.Common.Icons
Assembly:  CodeStack.SwEx.Common (in CodeStack.SwEx.Common.dll) Version: 0.9.9.0 (0.9.9.0)
Syntax
public IconsConverter(
	string iconsDir,
	bool disposeIcons = true
)

Parameters

iconsDir
Type: SystemString
Directory to store the icons
disposeIcons (Optional)
Type: SystemBoolean
True to remove the icons when class is disposed
See Also