FormRegionManifest Constructor (FormRegionManifestIcons, FormRegionCustomActionCollection)

Initializes a new instance of the FormRegionManifest class using the specified icons and custom actions.

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

Syntax

'Declaration
Protected Sub New ( _
    icons As FormRegionManifestIcons, _
    customActions As FormRegionCustomActionCollection _
)
'Usage
Dim icons As FormRegionManifestIcons
Dim customActions As FormRegionCustomActionCollection

Dim instance As New FormRegionManifest(icons, customActions)
protected FormRegionManifest(
    FormRegionManifestIcons icons,
    FormRegionCustomActionCollection customActions
)

Parameters

Exceptions

Exception Condition
ArgumentNullException

The icons argument or the customActions argument is nulla null reference (Nothing in Visual Basic).

Remarks

You can also use the default constructor to create a FormRegionManifest, and then set the Icons and CustomActions properties.

.NET Framework Security

See Also

Reference

FormRegionManifest Class

FormRegionManifest Members

FormRegionManifest Overload

Microsoft.Office.Tools.Outlook Namespace