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!

ComponentDesigner.Initialize

Establishes the component for this designer. The designer host will set this when it is ready for the designer to be used.

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

Parameters

component
The component this class is designing.

See Also

ComponentDesigner Class | ComponentDesigner Members | System.ComponentModel.Design Namespace | IDesigner