C# Class AdvancedLauncher.UI.Controls.AutoCompleteBox.AutoCompleteTextBox

Inheritance: System.Windows.Controls.Control
Show file Open project: GoldRenard/DMOAdvancedLauncher Class Usage Examples

Public Properties

Property Type Description
DelayProperty System.Windows.DependencyProperty
DisplayMemberProperty System.Windows.DependencyProperty
IconPlacementProperty System.Windows.DependencyProperty
IconProperty System.Windows.DependencyProperty
IconVisibilityProperty System.Windows.DependencyProperty
IsDropDownOpenProperty System.Windows.DependencyProperty
IsLoadingProperty System.Windows.DependencyProperty
IsReadOnlyProperty System.Windows.DependencyProperty
ItemTemplateProperty System.Windows.DependencyProperty
ItemTemplateSelectorProperty System.Windows.DependencyProperty
LoadingContentProperty System.Windows.DependencyProperty
ProviderProperty System.Windows.DependencyProperty
SelectedItemProperty System.Windows.DependencyProperty
SuggestionCommitProperty System.Windows.DependencyProperty
TextProperty System.Windows.DependencyProperty
WatermarkProperty System.Windows.DependencyProperty

Public Methods

Method Description
OnApplyTemplate ( ) : void
OnSelectedItemChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Private Methods

Method Description
AutoCompleteTextBox ( ) : System
GetDisplayText ( object dataItem ) : string
OnEditorKeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void
OnEditorLostFocus ( object sender, RoutedEventArgs e ) : void
OnEditorTextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void
OnFetchTimerTick ( object sender, EventArgs e ) : void
OnPopupClosed ( object sender, EventArgs e ) : void
OnPopupOpened ( object sender, EventArgs e ) : void
OnSelectionAdapterCancel ( object sender, EventArgs e ) : void
OnSelectionAdapterCommit ( object sender, EventArgs e ) : void
OnSelectionAdapterSelectionChanged ( object sender, EventArgs e ) : void
ScrollToSelectedItem ( ) : void
SetSelectedItem ( object item ) : void

Method Details

OnApplyTemplate() public method

public OnApplyTemplate ( ) : void
return void

OnSelectedItemChanged() public static method

public static OnSelectedItemChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
return void

Property Details

DelayProperty public static property

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

DisplayMemberProperty public static property

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

IconPlacementProperty public static property

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

IconProperty public static property

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

IconVisibilityProperty public static property

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

IsDropDownOpenProperty public static property

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

IsLoadingProperty public static property

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

IsReadOnlyProperty public static property

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

ItemTemplateProperty public static property

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

ItemTemplateSelectorProperty public static property

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

LoadingContentProperty public static property

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

ProviderProperty public static property

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

SelectedItemProperty public static property

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

SuggestionCommitProperty public static property

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

TextProperty public static property

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

WatermarkProperty public static property

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