Class SearchTextBox
public class SearchTextBox : TextBox, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild
- Inheritance
-
SearchTextBox
- Implements
- Extension Methods
Constructors
Fields
Properties
Methods
- OnApplyTemplate()
Is called when a control template is applied.
- OnKeyDown(KeyEventArgs)
Invoked whenever an unhandled System.Windows.Input.Keyboard.KeyDown attached routed event reaches an element derived from this class in its route. Implement this method to add class handling for this event.
- OnTextChanged(TextChangedEventArgs)
Is called when content in this editing control changes.