ImportedFormRegionBase Class
Represents an Outlook form region that is based on a user control.
Inheritance Hierarchy
System.Object
Microsoft.Office.Tools.Outlook.ImportedFormRegionBase
Namespace: Microsoft.Office.Tools.Outlook
Assembly: Microsoft.Office.Tools.Outlook.v4.0.Utilities (in Microsoft.Office.Tools.Outlook.v4.0.Utilities.dll)
Syntax
'Declaration
Public MustInherit Class ImportedFormRegionBase _
Implements IFormRegion, IImportedFormRegionExtension, IExtension
public abstract class ImportedFormRegionBase : IFormRegion,
IImportedFormRegionExtension, IExtension
The ImportedFormRegionBase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ImportedFormRegionBase | Infrastructure. |
Top
Properties
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. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetFormRegionControl | Returns the specified control from the Microsoft.Vbe.Interop.Forms.UserForm of the form region. | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
InitializeControls | Initializes the controls on the form region. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Events
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. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IExtension.ExtensionBase | Infrastructure. | |
IFormRegion.OnShutdown | Infrastructure. | |
IFormRegion.OnStartup | Infrastructure. | |
IImportedFormRegionExtension.InitializeControls | Infrastructure. |
Top
Remarks
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.
Usage
This type is used only in Office projects that target the .NET Framework 4 and the .NET Framework 4.5. 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.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.