Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.05 KB

autosuggestbox_queryicon.md

File metadata and controls

41 lines (29 loc) · 1.05 KB
-api-id -api-type
P:Windows.UI.Xaml.Controls.AutoSuggestBox.QueryIcon
winrt property

Windows.UI.Xaml.Controls.AutoSuggestBox.QueryIcon

-description

Gets or sets the graphic content of the button that is clicked to initiate a query.

-xaml-syntax

<AutoSuggestBox QueryIcon="symbolName" .../>
- or -
<AutoSuggestBox>
    <AutoSuggestBox.QueryIcon>
        iconElement
    </AutoSuggestBox.QueryIcon>
</AutoSuggestBox>

-xaml-values

symbolName
symbolNameA named constant of the Symbol enumeration.
iconElement
iconElementA single object element that derives from IconElement and describes the graphic content of the button. The object element is typically one of these classes: SymbolIcon, FontIcon, or PathIcon.
## -property-value The graphic content of the button that is clicked to initiate a query, if present; otherwise, **null**. The default is **null**.

-remarks

-examples

-see-also