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

Inheritance: System.Windows.Controls.TextBox
显示文件 Open project: tumcms/TUM.CMS.VPLControl Class Usage Examples

Public Properties

Property Type Description
HasTextProperty System.Windows.DependencyProperty
IsMouseLeftButtonDownProperty System.Windows.DependencyProperty
LabelTextColorProperty System.Windows.DependencyProperty
LabelTextProperty System.Windows.DependencyProperty
SearchEvent System.Windows.RoutedEvent

Public Methods

Method Description
OnApplyTemplate ( ) : void

Protected Methods

Method 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

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

Method Details

OnApplyTemplate() public method

public OnApplyTemplate ( ) : void
return void

OnGotFocus() protected method

protected OnGotFocus ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
return void

OnKeyDown() protected method

protected OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
return void

OnLostFocus() protected method

protected OnLostFocus ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
return void

OnTextChanged() protected method

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

Property Details

HasTextProperty public_oe static_oe property

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

IsMouseLeftButtonDownProperty public_oe static_oe property

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

LabelTextColorProperty public_oe static_oe property

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

LabelTextProperty public_oe static_oe property

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

SearchEvent public_oe static_oe property

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