Click or drag to resize

MultiSelectComboBox Class

Interaction logic for MultiSelectComboBox.xaml
MultiSelectComboBox
Inheritance Hierarchy

Namespace:  Hummingbird.UI
Assembly:  Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax
public class MultiSelectComboBox : ComboBox, 
	IComponentConnector, IStyleConnector

The MultiSelectComboBox type exposes the following members.

Constructors
  NameDescription
Public methodMultiSelectComboBox
Initializes a new instance of the MultiSelectComboBox class.
Top
Properties
  NameDescription
Public propertyDefaultText
Gets or sets the default text.
Public propertyItemsSource
Gets or sets a collection used to generate the content of the ItemsControl.
Public propertySelectedItems
Gets or sets the selected items.
Public propertyText
Gets or sets the text of the currently selected item.
Top
Methods
  NameDescription
Public methodInitializeComponent
InitializeComponent
Top
Events
  NameDescription
Public eventSelectedItemsChanged
Occurs when selected items changed.
Top
Fields
  NameDescription
Public fieldStatic memberDefaultTextProperty
The default text property
Public fieldStatic memberItemsSource2Property
The items source property
Public fieldStatic memberSelectedItemsProperty
The selected items property
Public fieldStatic memberTextProperty
The text property
Top
See Also