C# Class Xceed.Wpf.Toolkit.AutoSelectTextBox

Inheritance: System.Windows.Controls.TextBox
Show file Open project: Gainedge/BetterExplorer Class Usage Examples

Public Properties

Property Type Description
AutoMoveFocusProperty System.Windows.DependencyProperty
AutoSelectBehaviorProperty System.Windows.DependencyProperty
QueryMoveFocusEvent System.Windows.RoutedEvent

Protected Methods

Method Description
OnPreviewGotKeyboardFocus ( System.Windows.Input.KeyboardFocusChangedEventArgs e ) : void
OnPreviewKeyDown ( KeyEventArgs e ) : void
OnPreviewMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
OnTextChanged ( System.Windows.Controls.TextChangedEventArgs e ) : void

Private Methods

Method Description
AutoSelectTextBox ( ) : System.Windows.Controls
CanMoveFocus ( FocusNavigationDirection direction, bool reachedMax ) : bool
MoveFocusDown ( ) : bool
MoveFocusLeft ( ) : bool
MoveFocusRight ( ) : bool
MoveFocusUp ( ) : bool

Method Details

OnPreviewGotKeyboardFocus() protected method

protected OnPreviewGotKeyboardFocus ( System.Windows.Input.KeyboardFocusChangedEventArgs e ) : void
e System.Windows.Input.KeyboardFocusChangedEventArgs
return void

OnPreviewKeyDown() protected method

protected OnPreviewKeyDown ( KeyEventArgs e ) : void
e KeyEventArgs
return void

OnPreviewMouseLeftButtonDown() protected method

protected OnPreviewMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
return void

OnTextChanged() protected method

protected OnTextChanged ( System.Windows.Controls.TextChangedEventArgs e ) : void
e System.Windows.Controls.TextChangedEventArgs
return void

Property Details

AutoMoveFocusProperty public static property

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

AutoSelectBehaviorProperty public static property

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

QueryMoveFocusEvent public static property

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