Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.