Click or drag to resize

IconAttribute Constructor

Namespace:  CodeStack.SwEx.Common.Attributes
Assembly:  CodeStack.SwEx.Common (in CodeStack.SwEx.Common.dll) Version: 0.9.9.0 (0.9.9.0)
Syntax
public IconAttribute(
	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