Constructs a PluginEditorAttribute with the specified type.

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

Syntax

C#
public PluginEditorAttribute(
	Type pluginEditorType
)
Visual Basic (Declaration)
Public Sub New ( _
	pluginEditorType As Type _
)
Visual C++
public:
PluginEditorAttribute(
	Type^ pluginEditorType
)

Parameters

pluginEditorType
Type: System..::.Type
The type which will be used to edit the plugin. This type should inherit from [!:Control] and implement the IPluginEditor interface.

See Also