IFormRegionFactory.Kind 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 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.