IImportedFormRegionExtension Interface

Definition

Represents an extension of a ImportedFormRegion object.

public interface class IImportedFormRegionExtension : Microsoft::Office::Tools::IExtension
[System.Runtime.InteropServices.Guid("6AA517D6-29E3-4B02-98D7-CE59B916EAFC")]
public interface IImportedFormRegionExtension : Microsoft.Office.Tools.IExtension
[<System.Runtime.InteropServices.Guid("6AA517D6-29E3-4B02-98D7-CE59B916EAFC")>]
type IImportedFormRegionExtension = interface
    interface IExtension
Public Interface IImportedFormRegionExtension
Implements IExtension
Derived
Attributes
Implements

Remarks

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.

Properties

ExtensionBase

Gets the object that is being extended by this IExtension.

(Inherited from IExtension)

Methods

InitializeControls()

Initializes the controls on the form region.

Applies to