Version

InitializeReferences Method

Used by Control Developers only Allows external assemblies to access the internal initializer for objects that have child collections.
Syntax
'Declaration
 
Protected Sub InitializeReferences( _
   ByVal collection As ObjectCollection, _
   ByVal control As WebControl, _
   ByVal owner As Object _
) 
protected void InitializeReferences( 
   ObjectCollection collection,
   WebControl control,
   object owner
)

Parameters

collection
The ObjectCollection to be initialized
control
The ControlMain object associated with the collection
owner
The owner object of the collection
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also