C# Class Signum.Windows.AutocompleteTextBox

Inheritance: System.Windows.Controls.UserControl
Show file Open project: signumsoftware/framework Class Usage Examples

Public Properties

Property Type Description
AllowFreeTextProperty System.Windows.DependencyProperty
ClosedEvent System.Windows.RoutedEvent
ItemTemplateProperty System.Windows.DependencyProperty
ItemTemplateSelectorProperty System.Windows.DependencyProperty
MinTypedCharactersProperty System.Windows.DependencyProperty
SelectedItemProperty System.Windows.DependencyProperty

Public Methods

Method Description
AutocompleteTextBox ( ) : System
Close ( CloseReason reason ) : bool
SelectAndFocus ( ) : void
SelectEnd ( ) : void

Protected Methods

Method Description
OnCreateAutomationPeer ( ) : System.Windows.Automation.Peers.AutomationPeer

Private Methods

Method Description
Commit ( CloseReason reason ) : bool
IsTextChangingKey ( Key key ) : bool
MoveDown ( ) : void
MoveUp ( ) : void
Suggest ( ) : void
delayTimer_Tick ( object sender, EventArgs e ) : void
lstBox_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
txtBox_GotFocus ( object sender, RoutedEventArgs e ) : void
txtBox_LostFocus ( object sender, RoutedEventArgs e ) : void
txtBox_PreviewKeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void
txtBox_PreviewKeyUp ( object sender, System.Windows.Input.KeyEventArgs e ) : void
userControl_PreviewMouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Method Details

AutocompleteTextBox() public method

public AutocompleteTextBox ( ) : System
return System

Close() public method

public Close ( CloseReason reason ) : bool
reason CloseReason
return bool

OnCreateAutomationPeer() protected method

protected OnCreateAutomationPeer ( ) : System.Windows.Automation.Peers.AutomationPeer
return System.Windows.Automation.Peers.AutomationPeer

SelectAndFocus() public method

public SelectAndFocus ( ) : void
return void

SelectEnd() public method

public SelectEnd ( ) : void
return void

Property Details

AllowFreeTextProperty public static property

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

ClosedEvent public static property

public static RoutedEvent,System.Windows ClosedEvent
return System.Windows.RoutedEvent

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

MinTypedCharactersProperty public static property

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

SelectedItemProperty public static property

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