EditorAttribute Constructor (Type^, Type^)

 

Initializes a new instance of the EditorAttribute class with the type and the base type.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

public:
EditorAttribute(
	Type^ type,
	Type^ baseType
)

Parameters

type
Type: System::Type^

A Type that represents the type of the editor.

baseType
Type: System::Type^

The Type of the base class or interface to use as a lookup key for the editor. This class must be or derive from UITypeEditor.

The Type represented by the type parameter must either derive from or implement the base class.

The baseType parameter is used as a key to find a particular editor, because a data type can have more than one editor associated with it.

.NET Framework
Available since 1.1
Return to top
Show: