A control for displaying a summary and a drop-down detail pane, similar to a combo box.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public class DropDownEditBox : Control
Visual Basic (Declaration)
Public Class DropDownEditBox _
	Inherits Control

Inheritance Hierarchy

System..::.Object
  System.Windows.Threading..::.DispatcherObject
    System.Windows..::.DependencyObject
      System.Windows.Media..::.Visual
        System.Windows..::.UIElement
          System.Windows..::.FrameworkElement
            System.Windows.Controls..::.Control
              Mindscape.WpfElements..::.DropDownEditBox

See Also