IFormRegionFactory.Kind Property (2007 System)
Gets the type of form region that the factory creates.
Namespace: Microsoft.Office.Tools.Outlook
Assembly: Microsoft.Office.Tools.Outlook.v9.0 (in Microsoft.Office.Tools.Outlook.v9.0.dll)
Syntax
'Declaration
ReadOnly Property Kind As String
'Usage
Dim instance As IFormRegionFactory
Dim value As String
value = instance.Kind
string Kind { get; }
property String^ Kind {
String^ get ();
}
function get Kind () : String
Property Value
Type: System.String
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.