Share via


ImportedFormRegion Members (2007 System)

Include Protected Members
Include Inherited Members

Represents a Microsoft Office Outlook form region that is based on an Outlook Form Storage (*.ofs) file.

The ImportedFormRegion type exposes the following members.

Constructors

 

Name

Description

Protected method

ImportedFormRegion

Overloaded. Initializes a new instance of the ImportedFormRegion class.

Top

Methods

 

Name

Description

Public method

Equals

Determines whether the specified Object is equal to the current Object. (Inherited from Object.)

Protected method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

Protected method

GetFormRegionControl<T>

Returns the specified control from the Microsoft.Vbe.Interop.Forms.UserForm of the form region.

Public method

GetHashCode

Serves as a hash function for a particular type. (Inherited from Object.)

Public method

GetType

Gets the type of the current instance. (Inherited from Object.)

Protected method

InitializeControls

Initializes the controls on the form region.

Protected method

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

Public method

ToString

Returns a string that represents the current object. (Inherited from Object.)

Top

Properties

 

Name

Description

Public property

Factory

Gets or sets the form region factory that is associated with this ImportedFormRegion.

Public property

OutlookFormRegion

Gets or sets the native form region object.

Public property

OutlookItem

Gets the Microsoft Office Outlook item for which the form region appears.

Top

Events

 

Name

Description

Public event

FormRegionClosed

Occurs before the form region is closed.

Public event

FormRegionShowing

Occurs after an instance of the form region is created but before the form region appears.

Top

Explicit Interface Implementations

 

Name

Description

Explicit interface implemetationPrivate method

IFormRegion.OnShutdown

Infrastructure.

Explicit interface implemetationPrivate method

IFormRegion.OnStartup

Infrastructure.

Top

See Also

Reference

ImportedFormRegion Class

Microsoft.Office.Tools.Outlook Namespace