Factory.CreateFormRegionControl(FormRegion, IExtension) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.