Share via


FormRegionManifest.DisplayAfter Property

Gets or sets the name of the form region to display before this form region.

Namespace:  Microsoft.Office.Tools.Outlook
Assembly:  Microsoft.Office.Tools.Outlook (in Microsoft.Office.Tools.Outlook.dll)

Syntax

'Declaration
Property DisplayAfter As String
    Get
    Set
string DisplayAfter { get; set; }

Property Value

Type: System.String
A string that represents the name of the form region to display before this form region.

Exceptions

Exception Condition
InvalidOperationException

Locked is true.

ArgumentException

The value is greater than 256 characters in length.

Remarks

For example, if you set the DisplayAfter property to the name of an adjoining form region, that form region appears before this form region on the Outlook form.

Use the Name of the form region to set this property.

For more information about the form region name, see Guidelines for Creating Outlook Form Regions.

.NET Framework Security

See Also

Reference

FormRegionManifest Interface

Microsoft.Office.Tools.Outlook Namespace