NDoc 1.3.1 SDK

AttributesEditor Class

Class which implements a custom UITypeEditor for attributes.

For a list of all members of this type, see AttributesEditor Members.

System.Object
   System.Drawing.Design.UITypeEditor
      NDoc.Core.PropertyGridUI.AttributesEditor

[Visual Basic]
Public Class AttributesEditor
    Inherits UITypeEditor
[C#]
public class AttributesEditor : UITypeEditor
[C++]
public __gc class AttributesEditor : public UITypeEditor
[JScript]
public class AttributesEditor extends UITypeEditor

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: NDoc.Core.PropertyGridUI

Assembly: NDoc.Core (in NDoc.Core.dll)

See Also

AttributesEditor Members | NDoc.Core.PropertyGridUI Namespace