| 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
)
Public Sub New (
resType As Type,
masterResName As String
)
Parameters
- resType
- Type: SystemType
Type of the static class (usually Resources) - masterResName
- Type: SystemString
Resource name of the master icon
See Also