| ControlAttributionAttribute Constructor (Type, String, 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,
string maskResName
)
Public Sub New (
resType As Type,
iconResName As String,
maskResName As String
)
public:
ControlAttributionAttribute(
Type^ resType,
String^ iconResName,
String^ maskResName
)
Parameters
- resType
- Type: SystemType
Type of the resource static class - iconResName
- Type: SystemString
Image resource name referencing the icon - maskResName
- Type: SystemString
Image resource name referencing the icon mask
See Also