Dela via


FormRegionControl.Manifest Property (2007 System)

Gets the FormRegionManifest that describes how the form region appears in Outlook.

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

Syntax

'Declaration
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
Public ReadOnly Property Manifest As FormRegionManifest
'Usage
Dim instance As FormRegionControl 
Dim value As FormRegionManifest 

value = instance.Manifest
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public FormRegionManifest Manifest { get; }
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public:
property FormRegionManifest^ Manifest {
    FormRegionManifest^ get ();
}
public function get Manifest () : FormRegionManifest

Property Value

Type: Microsoft.Office.Tools.Outlook.FormRegionManifest
The FormRegionManifest that describes how the form region appears in Outlook.

Remarks

This property returns a read-only FormRegionManifest object.

.NET Framework Security

See Also

Reference

FormRegionControl Class

FormRegionControl Members

Microsoft.Office.Tools.Outlook Namespace