FormRegionControl Constructor (2007 System)
Initializes a new instance of the FormRegionControl class.
Namespace: Microsoft.Office.Tools.Outlook
Assembly: Microsoft.Office.Tools.Outlook.v9.0 (in Microsoft.Office.Tools.Outlook.v9.0.dll)
Syntax
'Declaration
Protected Sub New
'Usage
Dim instance As New FormRegionControl()
protected FormRegionControl()
protected:
FormRegionControl()
protected function FormRegionControl()
Remarks
Do not create an instance of the FormRegionControl class directly. Instead, create a form region class that inherits from FormRegionControl and then create an instance of the form region class.
Create an instance of the form region class in the CreateFormRegion method. For more information, see IFormRegionFactory.
.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.