IFormRegion Interface

Defines an interface that exposes methods that are used by the events of the form region.

Namespace:  Microsoft.Office.Tools.Outlook
Assemblies:   Microsoft.Office.Tools.Outlook (in Microsoft.Office.Tools.Outlook.dll)
  Microsoft.Office.Tools.Outlook.v4.0.Utilities (in Microsoft.Office.Tools.Outlook.v4.0.Utilities.dll)

Syntax

'Declaration
<GuidAttribute("0EA930C9-8CAB-4557-89D9-3BE282E4B926")> _
Public Interface IFormRegion
[GuidAttribute("0EA930C9-8CAB-4557-89D9-3BE282E4B926")]
public interface IFormRegion

The IFormRegion type exposes the following members.

Methods

  Name Description
Public method OnShutdown Occurs before the form region is closed.
Public method OnStartup Occurs after an instance of the form region is created but before the form region appears.

Top

Remarks

The FormRegionControl and ImportedFormRegion interfaces inherit from the IFormRegion interface.

See Also

Reference

Microsoft.Office.Tools.Outlook Namespace