WorkflowMenuCommands.SetNextStatementMenu Field

Definition

A CommandID that can be used to access the set next statement menu. This field is read-only.

public: static initonly System::ComponentModel::Design::CommandID ^ SetNextStatementMenu;
public static readonly System.ComponentModel.Design.CommandID SetNextStatementMenu;
 staticval mutable SetNextStatementMenu : System.ComponentModel.Design.CommandID
Public Shared ReadOnly SetNextStatementMenu As CommandID 

Field Value

Remarks

The set next statement menu is typically used to set the next statement to execute while stepping through the execution of a workflow.

Applies to