C# 클래스 RaumfeldNET.WPFControls.SearchContentControl

상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: stoennies/raumwiese

공개 프로퍼티들

프로퍼티 타입 설명
SelectedSearchTypeProperty System.Windows.DependencyProperty
freezeChangeTimeMS uint

공개 메소드들

메소드 설명
SearchContentControl ( ) : System
SetFocusToSearchText ( ) : void
SetSearchEnabled ( System.Boolean _enabled = true ) : void
getSearchString ( ) : String

보호된 메소드들

메소드 설명
UpdateSearchTypeSelection ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

SearchContentControl() 공개 메소드

public SearchContentControl ( ) : System
리턴 System

SetFocusToSearchText() 공개 메소드

public SetFocusToSearchText ( ) : void
리턴 void

SetSearchEnabled() 공개 메소드

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

UpdateSearchTypeSelection() 보호된 메소드

protected UpdateSearchTypeSelection ( ) : void
리턴 void

getSearchString() 공개 메소드

public getSearchString ( ) : String
리턴 String

프로퍼티 상세

SelectedSearchTypeProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows SelectedSearchTypeProperty
리턴 System.Windows.DependencyProperty

freezeChangeTimeMS 공개적으로 프로퍼티

public uint freezeChangeTimeMS
리턴 uint