DisplayQuickPick (Standard 8 Module Reference)

7/8/2014

Review the applicable Feature modules and any examples for the DisplayQuickPick setting in Windows Embedded 8 Standard (Standard 8).

This setting specifies whether to display an icon for the search provider in the QuickPick menu below the Instant Search box.

Set to true display an icon; otherwise, set to false. The default value is true.

Modules

The following table shows the modules that you can apply this setting to. In Image Configuration Editor (ICE), you can follow the corresponding path to set this setting for a module.

Module

Path

Internet Explorer 10

Features/User Applications/Internet Explorer 10/SearchScopes/Scope/DisplayQuickPick

XML Example

The following XML example shows turn off QuickPick for a search provider.

<SearchScopes>
   <Scope wcm:action="add">
      <ScopeDefault>true</ScopeDefault>
      <ScopeDisplayName>MyFirstSearchProvider</ScopeDisplayName>
      <ScopeKey>SearchProvider1</ScopeKey>
      <ScopeUrl>https://www.contoso.com/search?q={searchTerms}</ScopeUrl>
      <DisplayQuickPick>false</DisplayQuickPick>
   </Scope>
</SearchScopes>

See Also

Reference

Thin Client Template

Concepts

Feature Module Settings