Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft