Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 | |
|---|---|---|
![]() |
OnShutdown | Occurs before the form region is closed. |
![]() |
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.
.gif)