Enables to select an available UITypeEditor.

Namespace: Dapfor.Net.Editors
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public class EditorPicker : UITypeEditor
Visual Basic
Public Class EditorPicker
	Inherits UITypeEditor
Visual C++
public ref class EditorPicker : public UITypeEditor
F#
type EditorPicker =  
    class
        inherit UITypeEditor
    end

Inheritance Hierarchy

System..::..Object
  System.Drawing.Design..::..UITypeEditor
    Dapfor.Net.Editors..::..EditorPicker

See Also