IImportedFormRegionExtension Interface

 

Represents an extension of a ImportedFormRegion object.

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

[GuidAttribute("6AA517D6-29E3-4B02-98D7-CE59B916EAFC")]
public interface class IImportedFormRegionExtension : IExtension

NameDescription
System_CAPS_pubpropertyExtensionBase

Gets the object that is being extended by this IExtension.(Inherited from IExtension.)

NameDescription
System_CAPS_pubmethodInitializeControls()

Initializes the controls on the form region.

The IImportedFormRegionExtension interface is implemented by the ImportedFormRegionBase class. This is the base class of the class that Visual Studio generates in your project when you import a form region into an Outlook add-in project by using the New Outlook Form Region wizard.

Return to top
Show: