IFormRegionFactory.Kind Property

Definition

Gets the type of form region that the factory creates.

public:
 property Microsoft::Office::Tools::Outlook::FormRegionKindConstants Kind { Microsoft::Office::Tools::Outlook::FormRegionKindConstants get(); };
public Microsoft.Office.Tools.Outlook.FormRegionKindConstants Kind { get; }
member this.Kind : Microsoft.Office.Tools.Outlook.FormRegionKindConstants
Public ReadOnly Property Kind As FormRegionKindConstants

Property Value

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.

Applies to