C# Class Xceed.Wpf.Toolkit.CheckComboBox

Inheritance: Xceed.Wpf.Toolkit.Primitives.Selector
Afficher le fichier Open project: Gainedge/BetterExplorer Class Usage Examples

Méthodes publiques

Свойство Type Description
IsDropDownOpenProperty System.Windows.DependencyProperty
MaxDropDownHeightProperty System.Windows.DependencyProperty
TextProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
OnApplyTemplate ( ) : void

Méthodes protégées

Méthode Description
GetItemDisplayValue ( object item ) : object
OnDisplayMemberPathChanged ( string oldDisplayMemberPath, string newDisplayMemberPath ) : void
OnIsDropDownOpenChanged ( bool oldValue, bool newValue ) : void
OnItemsSourceChanged ( System oldValue, System newValue ) : void
OnMaxDropDownHeightChanged ( double oldValue, double newValue ) : void
OnSelectedValueChanged ( string oldValue, string newValue ) : void

Private Methods

Méthode Description
CheckComboBox ( ) : System
CloseDropDown ( bool isFocusOnComboBox ) : void
OnDisplayMemberPathValuesChanged ( ) : void
OnIsDropDownOpenChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnKeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void
OnMaxDropDownHeightChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnMouseDownOutsideCapturedElement ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
Popup_Opened ( object sender, EventArgs e ) : void
UpdateDisplayMemberPathValuesBindings ( ) : void
UpdateText ( ) : void

Method Details

GetItemDisplayValue() protected méthode

protected GetItemDisplayValue ( object item ) : object
item object
Résultat object

OnApplyTemplate() public méthode

public OnApplyTemplate ( ) : void
Résultat void

OnDisplayMemberPathChanged() protected méthode

protected OnDisplayMemberPathChanged ( string oldDisplayMemberPath, string newDisplayMemberPath ) : void
oldDisplayMemberPath string
newDisplayMemberPath string
Résultat void

OnIsDropDownOpenChanged() protected méthode

protected OnIsDropDownOpenChanged ( bool oldValue, bool newValue ) : void
oldValue bool
newValue bool
Résultat void

OnItemsSourceChanged() protected méthode

protected OnItemsSourceChanged ( System oldValue, System newValue ) : void
oldValue System
newValue System
Résultat void

OnMaxDropDownHeightChanged() protected méthode

protected OnMaxDropDownHeightChanged ( double oldValue, double newValue ) : void
oldValue double
newValue double
Résultat void

OnSelectedValueChanged() protected méthode

protected OnSelectedValueChanged ( string oldValue, string newValue ) : void
oldValue string
newValue string
Résultat void

Property Details

IsDropDownOpenProperty public_oe static_oe property

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

MaxDropDownHeightProperty public_oe static_oe property

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

TextProperty public_oe static_oe property

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