EditorAttribute Constructor

 

Initializes a new instance of the EditorAttribute class.

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

NameDescription
System_CAPS_pubmethodEditorAttribute()

Initializes a new instance of the EditorAttribute class with the default editor, which is no editor.

System_CAPS_pubmethodEditorAttribute(String^, String^)

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

System_CAPS_pubmethodEditorAttribute(String^, Type^)

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

System_CAPS_pubmethodEditorAttribute(Type^, Type^)

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

Return to top
Show: