SequentialWorkflowRootDesigner.Header Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.