ImportedFormRegionBase Class
Represents an Outlook form region that is based on a user control.
Assembly: Microsoft.Office.Tools.Outlook.v4.0.Utilities (in Microsoft.Office.Tools.Outlook.v4.0.Utilities.dll)
| Name | Description | |
|---|---|---|
![]() | ImportedFormRegionBase(Factory^, FormRegion^) | This API supports the product infrastructure and is not intended to be used directly from your code. |
| Name | Description | |
|---|---|---|
![]() | Base | Gets the ImportedFormRegion object that this ImportedFormRegionBase object extends. |
![]() | Factory | Gets or sets the form region factory that is associated with this ImportedFormRegionBase. |
![]() | OutlookFormRegion | Gets or sets the native form region object. |
![]() | OutlookItem | Gets the Microsoft Office Outlook item for which the form region appears. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetFormRegionControl(String^) | Returns the specified control from the Microsoft.Vbe.Interop.Forms.UserForm of the form region. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | InitializeControls() | Initializes the controls on the form region. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | FormRegionClosed | Occurs before the form region is closed. |
![]() | FormRegionShowing | Occurs after an instance of the form region is created but before the form region appears. |
| Name | Description | |
|---|---|---|
![]() ![]() | IFormRegion::OnShutdown() | This API supports the product infrastructure and is not intended to be used directly from your code. |
![]() ![]() | IFormRegion::OnStartup() | This API supports the product infrastructure and is not intended to be used directly from your code. |
![]() ![]() | IImportedFormRegionExtension::InitializeControls() | This API supports the product infrastructure and is not intended to be used directly from your code. |
![]() ![]() | IExtension::ExtensionBase |
If you add an Outlook Form Region item to an Outlook add-in project, and select Import an Outlook Form Storage (.ofs) file in the first page of the New Outlook Form Region wizard, Visual Studio adds a form region class that inherits from ImportedFormRegionBase.
This type is used only in Office projects that target the .NET Framework 4 or later. The assembly that defines this type is not part of the Visual Studio Tools for Office runtime. You must deploy this assembly with your solution. For more information, see Assemblies in the Visual Studio Tools for Office Runtime.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.






