This documentation is archived and is not being maintained.
SequentialWorkflowHeaderFooter Class
Visual Studio 2010
Represents a header or footer that is associated with a SequentialWorkflowRootDesigner.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
The SequentialWorkflowHeaderFooter type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | SequentialWorkflowHeaderFooter | Initializes a new instance of the SequentialWorkflowHeaderFooter class. |
| Name | Description | |
|---|---|---|
![]() | AssociatedDesigner | Gets the root designer to which the header or footer is applied. |
![]() | Bounds | Gets the bounding rectangle of the header or footer on the workflow design surface. |
![]() | Image | Gets or sets the image associated with the header or footer. |
![]() | ImageRectangle | Gets the bounding rectangle for the image associated with the header or footer. |
![]() | Text | Gets or sets the text description associated with the header or footer. |
![]() | TextRectangle | Gets the bounding rectangle for the text associated with the header or footer. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnLayout | Notifies the SequentialWorkflowHeaderFooter when the elements it contains are repositioned by the user. |
![]() | OnPaint | Draws the header or footer associated with the workflow root designer on the design surface. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
SequentialWorkflowHeaderFooter provides header and footer information for the SequentialWorkflowRootDesigner when it is displayed in print preview mode. If provided by the workflow designer, users can configure headers and footers on the Header/Footer tab on the Page Setup dialog box.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
