AutoSuggestBox.QueryIcon Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the graphic content of the button that is clicked to initiate a query.
public:
property IconElement ^ QueryIcon { IconElement ^ get(); void set(IconElement ^ value); };
IconElement QueryIcon();
void QueryIcon(IconElement value);
public IconElement QueryIcon { get; set; }
var iconElement = autoSuggestBox.queryIcon;
autoSuggestBox.queryIcon = iconElement;
Public Property QueryIcon As IconElement
<AutoSuggestBox QueryIcon="symbolName" .../>
- or -
<AutoSuggestBox>
<AutoSuggestBox.QueryIcon>
iconElement
</AutoSuggestBox.QueryIcon>
</AutoSuggestBox>
Property Value
The graphic content of the button that is clicked to initiate a query, if present; otherwise, null. The default is null.