Modifier

SequentialWorkflowRootDesigner.Header Property

Definition

Gets the header associated with the root designer.

protected:
 virtual property System::Workflow::ComponentModel::Design::SequentialWorkflowHeaderFooter ^ Header { System::Workflow::ComponentModel::Design::SequentialWorkflowHeaderFooter ^ get(); };
protected virtual System.Workflow.ComponentModel.Design.SequentialWorkflowHeaderFooter Header { get; }
member this.Header : System.Workflow.ComponentModel.Design.SequentialWorkflowHeaderFooter
Protected Overridable ReadOnly Property Header As SequentialWorkflowHeaderFooter

Property Value

The SequentialWorkflowHeaderFooter that represents the header associated with the SequentialWorkflowRootDesigner.

Remarks

The contents of Header appear at the top of the root designer on the workflow design surface. Icons and text can be displayed in the header, including text that indicates the designer view that is currently displayed on the design surface.

Applies to