Share via


FormRegionControl.Factory Property

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

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

Syntax

'Declaration
Property Factory As IFormRegionFactory
    Get
    Set
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 FormRegionControl.

For more information about how to create an instance of a FormRegionControl, see the CreateFormRegion method the IFormRegionFactory interface.

.NET Framework Security

See Also

Reference

FormRegionControl Interface

Microsoft.Office.Tools.Outlook Namespace