Implementing Toolbox, Workflow Designer, and Property Inspector views

In this task we will render the Toolbox, Workflow Designer View, and Property Inspector View to their corresponding content panel.

Getting ready

Before we begin this task, we should have completed that task of implementing designer layout.

How to do it...

  1. Open the workflow designer project:

    Open the workflow designer project we created in the previous task.

  2. Add code to the designer:

    Open the designer's backend CS code file and alter the code as following. Code in bold style is the new added code.

    using System.Windows;
    using System.Activities.Presentation;
    using System.Activities.Presentation.Toolbox;
    using System.Activities.Statements; namespace WF4Designer { public partial class ...

Get Microsoft Windows Workflow Foundation 4.0 Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.