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!

ComponentEditorPage.SetComponent

Sets the component to be edited.

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

Parameters

component
Component to be edited.

See Also

ComponentEditorPage Class | ComponentEditorPage Members | System.WinForms.Design Namespace