EditorAttribute Constructor (Type^, Type^)
.NET Framework (current version)
Initializes a new instance of the EditorAttribute class with the type and the base type.
Assembly: System (in System.dll)
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
Available since 1.1
Show: