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!

EditorAttribute Class

Specifies the editor to use to change a property.

Object
   Attribute
      MemberAttribute
         EditorAttribute

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

Remarks

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

Use the EditorBaseTypeName property to find this editor's base type. Use the EditorTypeName property to get the name of the type of editor associated with this attribute.

For more information, see TBD and TBD.

Requirements

Namespace: System.ComponentModel

Assembly: System.dll

See Also

System.ComponentModel Namespace