A dropdown editor to edit Appearance object

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  System.Drawing.Design..::..UITypeEditor
    Dapfor.Net.Editors..::..UITypeEditorEx
      Dapfor.Net.Editors..::..AppearanceEditor

See Also