Represents a selection control with a drop-down list that can be shown or hidden by clicking the arrow on the control.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.Management.Controls (in DlhSoft.ProjectData.Management.Controls.dll)

Syntax

C#
public class ComboBox : ComboBox, IDataControl, 
	IValueEditorControl
Visual Basic (Declaration)
Public Class ComboBox _
	Inherits ComboBox _
	Implements IDataControl, IValueEditorControl

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
              System.Windows.Controls..::.ItemsControl
                System.Windows.Controls.Primitives..::.Selector
                  System.Windows.Controls..::.ComboBox
                    DlhSoft.Windows.Controls..::.ComboBox

See Also