C# Class Signum.Windows.AutocompleteTextBox

Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: signumsoftware/framework Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
AutocompleteTextBox ( ) : System
Close ( CloseReason reason ) : bool
SelectAndFocus ( ) : void
SelectEnd ( ) : void

Méthodes protégées

Méthode Description
OnCreateAutomationPeer ( ) : System.Windows.Automation.Peers.AutomationPeer

Private Methods

Méthode 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 méthode

public AutocompleteTextBox ( ) : System
Résultat System

Close() public méthode

public Close ( CloseReason reason ) : bool
reason CloseReason
Résultat bool

OnCreateAutomationPeer() protected méthode

protected OnCreateAutomationPeer ( ) : System.Windows.Automation.Peers.AutomationPeer
Résultat System.Windows.Automation.Peers.AutomationPeer

SelectAndFocus() public méthode

public SelectAndFocus ( ) : void
Résultat void

SelectEnd() public méthode

public SelectEnd ( ) : void
Résultat void

Property Details

AllowFreeTextProperty public_oe static_oe property

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

ClosedEvent public_oe static_oe property

public static RoutedEvent,System.Windows ClosedEvent
Résultat System.Windows.RoutedEvent

ItemTemplateProperty public_oe static_oe property

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

ItemTemplateSelectorProperty public_oe static_oe property

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

MinTypedCharactersProperty public_oe static_oe property

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

SelectedItemProperty public_oe static_oe property

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