NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ListControlDesigner.Initialize

Called by the designer host to establish the component we're designing. Here we initialize the designer.

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

Parameters

component
The control element we're designing.

See Also

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