C# Class RaumfeldNET.WPFControls.SearchContentControl

Inheritance: System.Windows.Controls.UserControl
Show file Open project: stoennies/raumwiese

Public Properties

Property Type Description
SelectedSearchTypeProperty System.Windows.DependencyProperty
freezeChangeTimeMS uint

Public Methods

Method Description
SearchContentControl ( ) : System
SetFocusToSearchText ( ) : void
SetSearchEnabled ( System.Boolean _enabled = true ) : void
getSearchString ( ) : String

Protected Methods

Method Description
UpdateSearchTypeSelection ( ) : void

Private Methods

Method Description
SearchButtonAlbum_Click ( object sender, RoutedEventArgs e ) : void
SearchButtonArtist_Click ( object sender, RoutedEventArgs e ) : void
SearchButtonTrack_Click ( object sender, RoutedEventArgs e ) : void
TextBoxSearchObject_KeyUp ( object sender, System.Windows.Input.KeyEventArgs e ) : void
TextBoxSearchObject_TextChanged ( object _sender, System.Windows.Controls.TextChangedEventArgs _e ) : void
freezeTimer_Elapsed ( object sender, System e, String _oldValue ) : void

Method Details

SearchContentControl() public method

public SearchContentControl ( ) : System
return System

SetFocusToSearchText() public method

public SetFocusToSearchText ( ) : void
return void

SetSearchEnabled() public method

public SetSearchEnabled ( System.Boolean _enabled = true ) : void
_enabled System.Boolean
return void

UpdateSearchTypeSelection() protected method

protected UpdateSearchTypeSelection ( ) : void
return void

getSearchString() public method

public getSearchString ( ) : String
return String

Property Details

SelectedSearchTypeProperty public static property

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

freezeChangeTimeMS public property

public uint freezeChangeTimeMS
return uint