DesignerVerbGroup Enum

Definition

Caution

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

Specifies the grouping area on a context menu or a workflow designer menu in which an activity designer verb is to appear.

public enum class DesignerVerbGroup
public enum DesignerVerbGroup
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public enum DesignerVerbGroup
type DesignerVerbGroup = 
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type DesignerVerbGroup = 
Public Enum DesignerVerbGroup
Inheritance
DesignerVerbGroup
Attributes

Fields

Actions 4

The actions designer verb group.

Edit 2

The edit designer verb group.

General 0

The general designer verb group.

Misc 5

The miscellaneous designer verb group.

Options 3

The options designer verb group.

View 1

The view designer verb group.

Remarks

Note

This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5.

Applies to