C# Class PocketCampus.Common.Controls.SearchBox

显示文件 Open project: accandme/pocketcampus

Public Properties

Property Type Description
AutoCompleteProviderProperty Windows.UI.Xaml.DependencyProperty
QueryProperty Windows.UI.Xaml.DependencyProperty
SearchCommandProperty Windows.UI.Xaml.DependencyProperty
SearchCommandSymbolProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
SearchBox ( ) : System

Creates a new SearchBox.

Private Methods

Method Description
Box_GotFocus ( object sender, RoutedEventArgs e ) : void
Box_Populating ( object sender, PopulatingEventArgs e ) : void
Box_SelectionChanged ( object sender, SelectionChangedEventArgs e ) : void
EndSearch ( ) : void

Method Details

SearchBox() public method

Creates a new SearchBox.
public SearchBox ( ) : System
return System

Property Details

AutoCompleteProviderProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml AutoCompleteProviderProperty
return Windows.UI.Xaml.DependencyProperty

QueryProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml QueryProperty
return Windows.UI.Xaml.DependencyProperty

SearchCommandProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml SearchCommandProperty
return Windows.UI.Xaml.DependencyProperty

SearchCommandSymbolProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml SearchCommandSymbolProperty
return Windows.UI.Xaml.DependencyProperty