FormRegionControl.Factory Property
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.
Gets or sets the form region factory that is associated with this FormRegionControl.
public:
property Microsoft::Office::Tools::Outlook::IFormRegionFactory ^ Factory { Microsoft::Office::Tools::Outlook::IFormRegionFactory ^ get(); void set(Microsoft::Office::Tools::Outlook::IFormRegionFactory ^ value); };
public Microsoft.Office.Tools.Outlook.IFormRegionFactory Factory { get; set; }
member this.Factory : Microsoft.Office.Tools.Outlook.IFormRegionFactory with get, set
Public Property Factory As IFormRegionFactory
Property Value
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.