| ControlAttributionAttribute Constructor (Type, String) |
Constructor allowing to specify custom icon from the resources
Namespace:
CodeStack.SwEx.PMPage.Attributes
Assembly:
CodeStack.SwEx.PMPage (in CodeStack.SwEx.PMPage.dll) Version: 0.7.2.0 (0.7.2.0)
Syntax public ControlAttributionAttribute(
Type resType,
string iconResName
)
Public Sub New (
resType As Type,
iconResName As String
)
public:
ControlAttributionAttribute(
Type^ resType,
String^ iconResName
)
Parameters
- resType
- Type: SystemType
Type of the resource static class - iconResName
- Type: SystemString
Image resource name referencing the icon
See Also