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!

WinFormsComponentEditor.EditComponent (Object)

Brings up the advanced ui used to edit the component. The default implementation brings up a modal dialog containing a collection of ComponentEditorControl objects along with a switching UI.

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

Parameters

component
The component to be edited.

Return Value

Whether the component was modified.

See Also

WinFormsComponentEditor Class | WinFormsComponentEditor Members | System.WinForms.Design Namespace | WinFormsComponentEditor.EditComponent Overload List | ComponentEditorAttribute