ImportedFormRegionBase Class

 

Represents an Outlook form region that is based on a user control.

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

System::Object
  Microsoft.Office.Tools.Outlook::ImportedFormRegionBase

public ref class ImportedFormRegionBase abstract : IFormRegion, 
	IImportedFormRegionExtension, IExtension

NameDescription
System_CAPS_pubmethodImportedFormRegionBase(Factory^, FormRegion^)

This API supports the product infrastructure and is not intended to be used directly from your code.

NameDescription
System_CAPS_pubpropertyBase

Gets the ImportedFormRegion object that this ImportedFormRegionBase object extends.

System_CAPS_pubpropertyFactory

Gets or sets the form region factory that is associated with this ImportedFormRegionBase.

System_CAPS_pubpropertyOutlookFormRegion

Gets or sets the native form region object.

System_CAPS_pubpropertyOutlookItem

Gets the Microsoft Office Outlook item for which the form region appears.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_protmethodGetFormRegionControl(String^)

Returns the specified control from the Microsoft.Vbe.Interop.Forms.UserForm of the form region.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodInitializeControls()

Initializes the controls on the form region.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubeventFormRegionClosed

Occurs before the form region is closed.

System_CAPS_pubeventFormRegionShowing

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

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIFormRegion::OnShutdown()

This API supports the product infrastructure and is not intended to be used directly from your code.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIFormRegion::OnStartup()

This API supports the product infrastructure and is not intended to be used directly from your code.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIImportedFormRegionExtension::InitializeControls()

This API supports the product infrastructure and is not intended to be used directly from your code.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIExtension::ExtensionBase

If you add an Outlook Form Region item to an Outlook add-in project, and select Import an Outlook Form Storage (.ofs) file in the first page of the New Outlook Form Region wizard, Visual Studio adds a form region class that inherits from ImportedFormRegionBase.

This type is used only in Office projects that target the .NET Framework 4 or later. The assembly that defines this type is not part of the Visual Studio Tools for Office runtime. You must deploy this assembly with your solution. For more information, see Assemblies in the Visual Studio Tools for Office Runtime.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: