EditorAttribute Constructor (String^, Type^)

 

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

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

public:
EditorAttribute(
	String^ typeName,
	Type^ baseType
)

Parameters

typeName
Type: System::String^

The fully qualified type name 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 typeName parameter must be in the Type::AssemblyQualifiedName format.

The Type represented by the typeName 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: