FormRegionManifest.DisplayAfter Property

Definition

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

public:
 property System::String ^ DisplayAfter { System::String ^ get(); void set(System::String ^ value); };
public string DisplayAfter { get; set; }
member this.DisplayAfter : string with get, set
Public Property DisplayAfter As String

Property Value

A string that represents the name of the form region to display before this form region.

Exceptions

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.

Applies to