C# Class TUM.CMS.VplControl.Core.SearchTextBox

Inheritance: System.Windows.Controls.TextBox
Afficher le fichier Open project: tumcms/TUM.CMS.VPLControl Class Usage Examples

Méthodes publiques

Свойство Type Description
HasTextProperty System.Windows.DependencyProperty
IsMouseLeftButtonDownProperty System.Windows.DependencyProperty
LabelTextColorProperty System.Windows.DependencyProperty
LabelTextProperty System.Windows.DependencyProperty
SearchEvent System.Windows.RoutedEvent

Méthodes publiques

Méthode Description
OnApplyTemplate ( ) : void

Méthodes protégées

Méthode Description
OnGotFocus ( RoutedEventArgs e ) : void
OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
OnLostFocus ( RoutedEventArgs e ) : void
OnTextChanged ( System.Windows.Controls.TextChangedEventArgs e ) : void

Private Methods

Méthode Description
IconBorder_MouseLeftButtonDown ( object obj, System.Windows.Input.MouseButtonEventArgs e ) : void
RaiseSearchEvent ( ) : void
SearchTextBox ( ) : System.Collections.Generic

Method Details

OnApplyTemplate() public méthode

public OnApplyTemplate ( ) : void
Résultat void

OnGotFocus() protected méthode

protected OnGotFocus ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
Résultat void

OnKeyDown() protected méthode

protected OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
Résultat void

OnLostFocus() protected méthode

protected OnLostFocus ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
Résultat void

OnTextChanged() protected méthode

protected OnTextChanged ( System.Windows.Controls.TextChangedEventArgs e ) : void
e System.Windows.Controls.TextChangedEventArgs
Résultat void

Property Details

HasTextProperty public_oe static_oe property

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

IsMouseLeftButtonDownProperty public_oe static_oe property

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

LabelTextColorProperty public_oe static_oe property

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

LabelTextProperty public_oe static_oe property

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

SearchEvent public_oe static_oe property

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