Edit

Share via


WorkflowMenuCommands.Expand Field

Definition

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

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

Field Value

Remarks

The expand menu typically causes collapsed sections of code to expand.

Applies to