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!

IDesigner.Initialize

Initializes the designer with the given component.

[Visual Basic]
Sub Initialize( _
   ByVal component As IComponent _
)
[C#]
void Initialize(
   IComponent component
);
[C++]
void Initialize(
   IComponent* component
) = 0;
[JScript]
function Initialize(
   component : IComponent
);

Parameters

component
The component to associate with this designer.

See Also

IDesigner Interface | IDesigner Members | System.ComponentModel.Design Namespace