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!

DataListComponentEditor.EditComponent

Edits the specified component.

[Visual Basic]
Overrides Public Function EditComponent( _
   ByVal obj As Object _
) As Boolean
[C#]
public override bool EditComponent(
   object obj
);
[C++]
public: override bool EditComponent(
   Object* obj
);
[JScript]
public override function EditComponent(
   obj : Object
) : Boolean;

Parameters

obj
The object to edit.

See Also

DataListComponentEditor Class | DataListComponentEditor Members | System.Web.UI.Design.WebControls Namespace