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);
public Microsoft.Office.Tools.Outlook.FormRegionControl CreateFormRegionControl (Microsoft.Office.Interop.Outlook.FormRegion region, Microsoft.Office.Tools.IExtension extension);
abstract member CreateFormRegionControl : Microsoft.Office.Interop.Outlook.FormRegion * Microsoft.Office.Tools.IExtension -> Microsoft.Office.Tools.Outlook.FormRegionControl
Public Function CreateFormRegionControl (region As FormRegion, extension As IExtension) As FormRegionControl

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