Dela via


FormRegionControl.Factory Property (2007 System)

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

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public Property Factory As IFormRegionFactory
'Usage
Dim instance As FormRegionControl 
Dim value As IFormRegionFactory 

value = instance.Factory

instance.Factory = value
[BrowsableAttribute(false)]
public IFormRegionFactory Factory { get; set; }
[BrowsableAttribute(false)]
public:
property IFormRegionFactory^ Factory {
    IFormRegionFactory^ get ();
    void set (IFormRegionFactory^ value);
}
public function get Factory () : IFormRegionFactory 
public function set Factory (value : IFormRegionFactory)

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 Class

FormRegionControl Members

Microsoft.Office.Tools.Outlook Namespace