C# Class PocketCampus.Common.Controls.SearchBox

Show file 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 static property

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

QueryProperty public static property

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

SearchCommandProperty public static property

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

SearchCommandSymbolProperty public static property

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