Factory.CreateFormRegionControl(FormRegion, IExtension) Method

Definition

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

public Microsoft.Office.Tools.Outlook.FormRegionControl CreateFormRegionControl (Microsoft.Office.Interop.Outlook.FormRegion region, Microsoft.Office.Tools.IExtension extension);

Parameters

region
FormRegion

A FormRegion that represents the native form region.

extension
IExtension

An instance of a class that implements the IExtension interface.

Returns

A FormRegionControl that is based on a user control.

Applies to