FormRegionKindConstants.WindowsForms Field (2007 System)
Specifies that the form region is based on a user control.
Namespace: Microsoft.Office.Tools.Outlook
Assembly: Microsoft.Office.Tools.Outlook.v9.0 (in Microsoft.Office.Tools.Outlook.v9.0.dll)
Syntax
'Declaration
Public Const WindowsForms As String
'Usage
Dim value As String
value = FormRegionKindConstants.WindowsForms
public const string WindowsForms
public:
literal String^ WindowsForms
public const var WindowsForms : String
Remarks
This constant specifies that the form region inherits from Control.
If you return this constant in the Kind property of the form region factory class, the add-in does not call the GetFormRegionStorage method of the form region factory class.
.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.