Share via


Factory.CreateFormRegionControl Method

Creates a an instance of a class that implements the FormRegionControl interface.

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

Syntax

'Declaration
Function CreateFormRegionControl ( _
    region As FormRegion, _
    extension As IExtension _
) As FormRegionControl
FormRegionControl CreateFormRegionControl(
    FormRegion region,
    IExtension extension
)

Parameters

Return Value

Type: Microsoft.Office.Tools.Outlook.FormRegionControl
A FormRegionControl that is based on a user control.

.NET Framework Security

See Also

Reference

Factory Interface

Microsoft.Office.Tools.Outlook Namespace