_FormRegion.DisplayName Property

Returns a String (string in C#) representing the display name of the form region. Read-only.

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

Syntax

'Declaration
ReadOnly Property DisplayName As String
    Get
'Usage
Dim instance As _FormRegion
Dim value As String

value = instance.DisplayName
string DisplayName { get; }

Property Value

Type: System.String

Remarks

The display name is optional for a form region. If you have defined a value for the <formRegionName> tag in the corresponding form region manifest XML file, this value will map to the value of the DisplayName property. For more information on the XML schema for form regions, see the 2007 Microsoft Office System XML Schema Reference.

The value of the DisplayName property is displayed at runtime in the Show tab of the Ribbon for a separate form region, or in the header of an adjoining form region. It is used for the default locale, and can be overridden by the <stringOverride> tag in the corresponding form region manifest XML file. The maximum length of the content is 256 characters.

See Also

Reference

_FormRegion Interface

_FormRegion Members

Microsoft.Office.Interop.Outlook Namespace