Share via


FormRegionBase.Factory Property

Gets or sets the form region factory that is associated with this FormRegionBase.

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

Syntax

'Declaration
Public Property Factory As IFormRegionFactory
public IFormRegionFactory Factory { get; set; }

Property Value

Type: Microsoft.Office.Tools.Outlook.IFormRegionFactory
An object that implements the IFormRegionFactory interface.

Remarks

You can use this property to track the form region factory class that created the current instance of the FormRegionBase.

.NET Framework Security

See Also

Reference

FormRegionBase Class

Microsoft.Office.Tools.Outlook Namespace