SmsTabbedDialog.OnAddPageControls Method
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
'Usage
Dim pageControlCollection As Dictionary(Of String, Object)
Me.OnAddPageControls(pageControlCollection)
Syntax
'Declaration
Protected Overridable Sub OnAddPageControls ( _
pageControlCollection As Dictionary(Of String, Object) _
)
protected virtual void OnAddPageControls (
Dictionary<string,Object> pageControlCollection
)
protected:
virtual void OnAddPageControls (
Dictionary<String^, Object^>^ pageControlCollection
)
protected void OnAddPageControls (
Dictionary<String,Object> pageControlCollection
)
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
Reference
SmsTabbedDialog Class
SmsTabbedDialog Members
Microsoft.ConfigurationManagement.AdminConsole Namespace