C# Class Xceed.Wpf.Toolkit.CheckComboBox

Inheritance: Xceed.Wpf.Toolkit.Primitives.Selector
显示文件 Open project: Gainedge/BetterExplorer Class Usage Examples

Public Properties

Property Type Description
IsDropDownOpenProperty System.Windows.DependencyProperty
MaxDropDownHeightProperty System.Windows.DependencyProperty
TextProperty System.Windows.DependencyProperty

Public Methods

Method Description
OnApplyTemplate ( ) : void

Protected Methods

Method 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

Method 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 method

protected GetItemDisplayValue ( object item ) : object
item object
return object

OnApplyTemplate() public method

public OnApplyTemplate ( ) : void
return void

OnDisplayMemberPathChanged() protected method

protected OnDisplayMemberPathChanged ( string oldDisplayMemberPath, string newDisplayMemberPath ) : void
oldDisplayMemberPath string
newDisplayMemberPath string
return void

OnIsDropDownOpenChanged() protected method

protected OnIsDropDownOpenChanged ( bool oldValue, bool newValue ) : void
oldValue bool
newValue bool
return void

OnItemsSourceChanged() protected method

protected OnItemsSourceChanged ( System oldValue, System newValue ) : void
oldValue System
newValue System
return void

OnMaxDropDownHeightChanged() protected method

protected OnMaxDropDownHeightChanged ( double oldValue, double newValue ) : void
oldValue double
newValue double
return void

OnSelectedValueChanged() protected method

protected OnSelectedValueChanged ( string oldValue, string newValue ) : void
oldValue string
newValue string
return void

Property Details

IsDropDownOpenProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsDropDownOpenProperty
return System.Windows.DependencyProperty

MaxDropDownHeightProperty public_oe static_oe property

public static DependencyProperty,System.Windows MaxDropDownHeightProperty
return System.Windows.DependencyProperty

TextProperty public_oe static_oe property

public static DependencyProperty,System.Windows TextProperty
return System.Windows.DependencyProperty