Allows a plugin to specify a class used to edit its settings instead of the default property grid. The class should inherit from [!:Control] and implement IPluginEditor.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public class PluginEditorAttribute : Attribute
Visual Basic (Declaration)
Public Class PluginEditorAttribute _
	Inherits Attribute
Visual C++
public ref class PluginEditorAttribute : public Attribute

Inheritance Hierarchy

System..::.Object
  System..::.Attribute
    RightEdge.Common..::.PluginEditorAttribute

See Also