ISearchPanelProperties Properties
Provides properties that customize the overall Search Panel behavior.| Name | Description |
|---|---|
| AnchorType | Gets or sets the Search Panel location. |
| ClearButtonShowMode | Gets or sets the way the clear button within this Search Panel is shown. Inherited from ISearchControlProperties. |
| Enabled | Gets or sets whether the Search Panel for this WindowsUIView is enabled. |
| FindDelay | Gets or sets the time span after which the search starts automatically. Inherited from ISearchControlProperties. |
| NullValuePrompt | Gets or sets the text displayed within the Search Panel‘s search bar when this bar is empty. Inherited from ISearchControlProperties. |
| NullValuePromptShowForEmptyValue | Gets or sets whether the ISearchControlProperties.NullValuePrompt text should be displayed within the Search Panel‘s empty search bar. Inherited from ISearchControlProperties. |
| Shortcut | Gets or sets the keyboard shortcut that invokes the Search Panel. |
| ShowNullValuePromptWhenFocused | Gets or sets whether the search bar within the Search Panel should display its ISearchControlProperties.NullValuePrompt text when this bar is focused. Inherited from ISearchControlProperties. |
| ShowSearchButton | Gets or sets whether the search bar within this Search Panel should display its ‘Find’ button. Inherited from ISearchControlProperties. |
| Width | Gets or sets the Search Panel width in pixels. |
See Also