_FormRegion.Detail Property
Returns or sets a String (string in C#) representing the text displayed at runtime in the header after the display name of an adjoining form region. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property Detail As String
Get
Set
'Usage
Dim instance As _FormRegion
Dim value As String
value = instance.Detail
instance.Detail = value
[DispIdAttribute()]
string Detail { get; set; }
Property Value
Type: System.String
Remarks
The Detail property is displayed for adjoining form regions only. It is ignored for separate form regions.
The Detail property is optional for an adjoining form region.