EditorAttribute Constructor
.NET Framework (current version)
Initializes a new instance of the EditorAttribute class.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | EditorAttribute() | Initializes a new instance of the EditorAttribute class with the default editor, which is no editor. |
![]() | EditorAttribute(String^, String^) | Initializes a new instance of the EditorAttribute class with the type name and base type name of the editor. |
![]() | EditorAttribute(String^, Type^) | Initializes a new instance of the EditorAttribute class with the type name and the base type. |
![]() | EditorAttribute(Type^, Type^) | Initializes a new instance of the EditorAttribute class with the type and the base type. |
Show:
