Search code examples
workflow-foundation-4

Change icon of codeActivities


I have some code activities.

public class baseAct: CodeActivity
{
}
public sealed class C1: baseAct
{
}
public sealed class C2: baseAct
{
}

public sealed class C3: baseAct
{
}

And i use a custom wf desinger. I would like set same icon to activites C1,C2,C3 without define activity designer.

There are something (AttributeTableBuilder or similar) to set icon?.


Solution

  • I have a sample that illustrates exactly what you need to do. How to create a Custom Activity Designer with Windows Workflow Foundation (WF4)