IFormRegionFactory Interface (2007 System)

Defines an interface that creates instances of classes that implement IFormRegion.

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

Syntax

'Declaration
Public Interface IFormRegionFactory
'Usage
Dim instance As IFormRegionFactory
public interface IFormRegionFactory
public interface class IFormRegionFactory
public interface IFormRegionFactory

Remarks

The IFormRegionFactory interface defines methods that are used by Microsoft Office Outlook and the Outlook add-in to create instances of classes that implement IFormRegion.

When you add an Outlook Form Region item to an Outlook add-in project, Visual Studio Tools for Office adds a form region factory class to the project that implements the IFormRegionFactory interface.

You can also manually create a form region factory class that implements the IFormRegionFactory interface. If you do this, you must also create a form region class that implements IFormRegion.

Create an instance of the form region class in the CreateFormRegion method of the form region factory class.

See Also

Reference

IFormRegionFactory Members

Microsoft.Office.Tools.Outlook Namespace