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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.