Dela via


ImportedFormRegion.InitializeControls Method (2007 System)

Initializes the controls on the form region.

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

Syntax

'Declaration
Protected MustOverride Sub InitializeControls
'Usage
Me.InitializeControls()
protected abstract void InitializeControls()
protected:
virtual void InitializeControls() abstract
protected abstract function InitializeControls()

Remarks

If you manually create a form region class that inherits from ImportedFormRegion, implement this method. Inside the InitializeControls method, call the GetFormRegionControl<T> method to return each control that is identified in the Outlook Form Storage (*.ofs) file from the Microsoft.Vbe.Interop.Forms.UserForm of the native form region.

.NET Framework Security

See Also

Reference

ImportedFormRegion Class

ImportedFormRegion Members

Microsoft.Office.Tools.Outlook Namespace