Handles a notification that page controls are added to the tabbed dialog box. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim pageControlCollection As Dictionary(Of String, Object)

Me.OnAddPageControls(pageControlCollection)

Syntax

Visual Basic
Protected Overridable Sub OnAddPageControls ( _
		pageControlCollection As Dictionary(Of String, Object) _
)
C#
protected virtual void OnAddPageControls (
		Dictionary<string,Object> pageControlCollection
)
C++
protected:
virtual void OnAddPageControls (
		Dictionary<String^, Object^>^ pageControlCollection
)
J#
protected void OnAddPageControls (
		Dictionary<String,Object> pageControlCollection
)
JScript
protected function OnAddPageControls (
		pageControlCollection : Dictionary<String,Object>
)

Parameters

pageControlCollection

[in] System.Collections.Generic.Dictionary object mapping strings to System.Object instances for a collection of page controls.

Thread Safety

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

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also