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!

ComponentEditorAttribute Class

Specifies the editor to use to change a component.

Object
   Attribute
      MemberAttribute
         ComponentEditorAttribute

[Visual Basic]
NotInheritable Public Class ComponentEditorAttribute
   Inherits MemberAttribute
[C#]
public sealed class ComponentEditorAttribute : MemberAttribute
[C++]
public __gc __sealed class ComponentEditorAttribute : public
   MemberAttribute
[JScript]
public class ComponentEditorAttribute extends MemberAttribute

Remarks

When editing the component, a visual designer should instantiate the specified editor through a dialog box.

For more information, see TBD and TBD.

Requirements

Namespace: System.ComponentModel

Assembly: System.dll

See Also

System.ComponentModel Namespace | MemberAttribute