Share via


IFormRegionFactory.Kind Property

Gets the type of form region that the factory creates.

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

Syntax

'Declaration
ReadOnly Property Kind As FormRegionKindConstants
FormRegionKindConstants Kind { get; }

Property Value

Type: Microsoft.Office.Tools.Outlook.FormRegionKindConstants
A string that represents the type of form region that the factory creates.

Remarks

If you manually create a form region factory class, you must return either WindowsForms or Ofs for this property.

.NET Framework Security

See Also

Reference

IFormRegionFactory Interface

Microsoft.Office.Tools.Outlook Namespace