Skip to Content
Microsoft Windows Workflow Foundation 4.0 Cookbook
book

Microsoft Windows Workflow Foundation 4.0 Cookbook

by Andrew Zhu
September 2010
Intermediate to advanced content levelIntermediate to advanced
272 pages
5h 16m
English
Packt Publishing
Content preview from Microsoft Windows Workflow Foundation 4.0 Cookbook

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 ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Essential Windows Workflow Foundation

Essential Windows Workflow Foundation

Dharma Shukla, Bob Schmidt

Publisher Resources

ISBN: 9781849680783Other