Is it possible to programmatically expand the search charm? I want a search button to appear in my Windows 8 application that extends the charm of the search.
According to the object browser:
public void Show(string query)
Member of Windows.ApplicationModel.Search.SearchPane .
Windows.ApplicationModel.Search.SearchPane
see http://msdn.microsoft.com/en-us/library/windows/apps/windows.applicationmodel.search.searchpane.show.aspx
Windows.ApplicationModel.Search.SearchPane.GetForCurrentView () Show () ;.
Hi, add this method below to the App.xaml.cs file
protected async override void OnSearchActivated Windows.ApplicationModel.Activation.SearchActivatedEventArgs args) { }
Source: https://habr.com/ru/post/923324/More articles:https://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/923319/how-to-use-custom-ip-address-to-browse-a-web-page-cnet&usg=ALkJrhgdaPL7-Lt-lZuLWkMO9NpFyhRbCAAsync expects support in Entity Framework? - c #How to programmatically activate the settings? - c #Programmatically find PHP error log file - phphttps://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/923323/get-webbrowsercontrols-axiwebbrowser2-handle-for-use-in-internetsetoption-com-issues-with-systemcomobject&usg=ALkJrhg2x85LNDVqVZYlnkvTXlcpxKgPSASSH: localhost closes the connection after a successful login - terminalHow to assign equal scaling along the x axis in Matplotlib? - pythonGenerate core dump for Mono C # application - c #The problem with routing PHP Laravel - phpnode.js multiple HTTP requests - node.jsAll Articles