Table of Contents

Class SearchTextBox

Namespace
Innova.Prism.Library.Search.Controls
Assembly
Innova.Prism.Library.dll
public class SearchTextBox : TextBox, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild
Inheritance
SearchTextBox
Implements
Extension Methods

Constructors

SearchTextBox()

Fields

HasTextProperty
IsMouseLeftButtonDownProperty
LabelTextColorProperty
LabelTextProperty
SearchCommandProperty
SearchEvent
SearchEventTimeDelayProperty
SearchModeProperty

Properties

HasText
IsMouseLeftButtonDown
LabelText
LabelTextColor
SearchCommand
SearchEventTimeDelay
SearchMode

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.

Events

Search