C# Class TrinityCore_Manager.Helpers.AutoCompleteTextBox

Interaction logic for AutoCompleteTextBox.xaml
Inheritance: System.Windows.Controls.Canvas
Mostra file Open project: TrinityCore-Manager/TrinityCore-Manager-v3

Public Properties

Property Type Description
AutoCompletionListProperty System.Windows.DependencyProperty
TextProperty System.Windows.DependencyProperty

Public Methods

Method Description
AddItem ( AutoCompleteEntry entry ) : void
AutoCompleteTextBox ( ) : System

Protected Methods

Method Description
ArrangeOverride ( Size arrangeSize ) : Size
GetVisualChild ( int index ) : Visual

Private Methods

Method Description
OnTimedEvent ( object source, System e ) : void
TextChanged ( ) : void
comboBox_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
textBox_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void

Method Details

AddItem() public method

public AddItem ( AutoCompleteEntry entry ) : void
entry AutoCompleteEntry
return void

ArrangeOverride() protected method

protected ArrangeOverride ( Size arrangeSize ) : Size
arrangeSize System.Windows.Size
return System.Windows.Size

AutoCompleteTextBox() public method

public AutoCompleteTextBox ( ) : System
return System

GetVisualChild() protected method

protected GetVisualChild ( int index ) : Visual
index int
return Visual

Property Details

AutoCompletionListProperty public_oe static_oe property

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

TextProperty public_oe static_oe property

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