FormRegionManifest.DisplayAfter 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 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
Locked is true
.
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.