C# Class Unicorn.VS.Controls.MultiSelectComboBox

Afficher le fichier Open project: BerserkerDotNet/Unicorn.VisualStudio

Méthodes publiques

Свойство Type Description
DataSourceProperty System.Windows.DependencyProperty
SelectedItemsProperty DependencyProperty
SelectedTextProperty DependencyProperty

Méthodes publiques

Méthode Description
MultiSelectComboBox ( ) : System

Méthodes protégées

Méthode Description
OnSelectionChanged ( SelectionChangedEventArgs e ) : void

Private Methods

Méthode Description
ChangeItemsState ( bool state ) : void
CheckBox_Click ( object sender, RoutedEventArgs e ) : void
DisplayInControl ( ) : void
IndicateThatAllSelected ( ) : void
MultiSelectComboBox_CollectionChanged ( object sender, System e ) : void
OnDataSourceChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnSelectedItemsChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
SelectNodes ( ) : void
SetSelectedItems ( ) : void
SetText ( ) : void
SyncItems ( ) : void

Method Details

MultiSelectComboBox() public méthode

public MultiSelectComboBox ( ) : System
Résultat System

OnSelectionChanged() protected méthode

protected OnSelectionChanged ( SelectionChangedEventArgs e ) : void
e SelectionChangedEventArgs
Résultat void

Property Details

DataSourceProperty public_oe static_oe property

public static DependencyProperty,System.Windows DataSourceProperty
Résultat System.Windows.DependencyProperty

SelectedItemsProperty public_oe static_oe property

public static DependencyProperty SelectedItemsProperty
Résultat DependencyProperty

SelectedTextProperty public_oe static_oe property

public static DependencyProperty SelectedTextProperty
Résultat DependencyProperty