This documentation is archived and is not being maintained.

RepeaterDesigner.Initialize Method

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

[Visual Basic]
Overrides Public Sub Initialize( _
   ByVal component As IComponent _
) Implements IDesigner.Initialize
[C#]
public override void Initialize(
 IComponent component
);
[C++]
public: void Initialize(
 IComponent* component
);
[JScript]
public override function Initialize(
   component : IComponent
);

See Also

RepeaterDesigner Class | RepeaterDesigner Members | System.Web.UI.Design.WebControls Namespace | IDesigner

Show: