IFormRegion Interface

 

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

Namespace:   Microsoft.Office.Tools.Outlook
Assembly:  Microsoft.Office.Tools.Outlook (in Microsoft.Office.Tools.Outlook.dll)

[GuidAttribute("0EA930C9-8CAB-4557-89D9-3BE282E4B926")]
public interface class IFormRegion

NameDescription
System_CAPS_pubmethodOnShutdown()

Occurs before the form region is closed.

System_CAPS_pubmethodOnStartup()

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

The FormRegionControl and ImportedFormRegion interfaces inherit from the IFormRegion interface.

Return to top
Show: