The ValueEditorType property. Setting it will change the value editor being used. The ValueEditor has to have a prameterless contructor, IEditorSite has no meaning in this context, since the editor is not bound to a component property.
[Visual Basic] Overridable Public Property ValueEditorType As Type [C#] public Type ValueEditorType {virtual get; virtual set;} [C++] public: __property virtual Type* get_ValueEditorType(); public: __property virtual void set_ValueEditorType(Type*); [JScript] public function get ValueEditorType() : Type; public function set ValueEditorType(Type);
ValueEdit Class | ValueEdit Members | System.WinForms Namespace