SearchSettingsDataSource Fields
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | ControlBorderThicknessProperty | The name of the property that indicates the Thickness of the search control's border. Type: VSUI_TYPE_STRING. Default="1". |
![]() ![]() | ControlMaxWidthProperty | The name of the property that indicates the maximum width of the search control. Type: VSUI_TYPE_DWORD. Default=400. |
![]() ![]() | ControlMinPopupWidthProperty | The property indicating the minimum width of the search control's popup. VSUI_TYPE_DWORD. Default=200. |
![]() ![]() | ControlMinWidthProperty | The name of the property that indicates the minimum width of the search control. Type: VSUI_TYPE_DWORD. Default=100. |
![]() ![]() | DefaultThemeProperty | The name of the DefaultTheme property. |
![]() ![]() | ForwardEnterKeyOnSearchStartProperty | The name of the property that indicates whether the search control forwards the enter key event after search is started. Type: VSUI_TYPE_BOOL. Default=False. |
![]() ![]() | HwndSourceBackgroundColorProperty | The name of the property that represents an ARGB background color for the HwndSource. This setting is ignored if it is 0, or if the search control is parented under a WPF element. VSUI_TYPE_DWORD, Default=0. |
![]() ![]() | MaximumMRUItemsProperty | The name of the property that indicates the maximum number of MRU items to show in the popup. Type: VSUI_TYPE_DWORD. Default=5. |
![]() ![]() | PrefixFilterMRUItemsProperty | The name of the PrefixFilterMRUItems property. |
![]() ![]() | RestartSearchIfUnchangedProperty | The name of the property that indicates whether the search will be restarted on pressing Enter or selecting MRU item from the list, even if the search string is not changed. Type: VSUI_TYPE_BOOL. Default=False. |
![]() ![]() | SearchButtonVisibleProperty | The name of the property that indicates whether the search button is visible in the search control. Type: VSUI_TYPE_BOOL. Default=True. |
![]() ![]() | SearchClearTooltipProperty | The name of the property indicates the tooltip for the search button after a search is complete. VSUI_TYPE_STRING. Default="Clear search". |
![]() ![]() | SearchPopupAutoDropdownProperty | The name of the property that indicates whether the search popup is automatically shown on typing (for delayed and on-demand searches only). Type: VSUI_TYPE_BOOL. Default=True. |
![]() ![]() | SearchPopupCloseDelayProperty | The name of the property that indicates the delay in milliseconds after a search is automatically started after which the search popup is automatically closed. Type: VSUI_TYPE_DWORD. Default=4000ms. |
![]() ![]() | SearchProgressShowDelayProperty | |
![]() ![]() | SearchProgressTypeProperty | The name of the property that indicates the progress type supported by the window search. Type: VSUI_TYPE_DWORD(VSSEARCHPROGRESSTYPE). Default=SPT_INDETERMINATE. |
![]() ![]() | SearchStartDelayProperty | The name of the property that indicates the delay in milliseconds after which a search starts automatically (for delayed search type). Type: VSUI_TYPE_DWORD. Default=1000ms. |
![]() ![]() | SearchStartMinCharsProperty | The name of the property that indicates the minimum number of characters that have relevance for the window search. The window host waits for the user to type at least the minimum number of characters before calling IVsWindowSearch to start a new search. Type; VSUI_TYPE_DWORD. Default=1. |
![]() ![]() | SearchStartTooltipProperty | The name of the property that indicates the tooltip for the search button before starting the search. Type: VSUI_TYPE_STRING. Default="Search". |
![]() ![]() | SearchStartTypeProperty | The name of the property that indicates the search start type (instant/delayed/ondemand). Type: VSUI_TYPE_DWORD(VSSEARCHSTARTTYPE). Default=SST_DELAYED. |
![]() ![]() | SearchStopTooltipProperty | The name of the property that indicates the tooltip for the search button while the search is performed. Type: VSUI_TYPE_STRING. Default="Stop search". |
![]() ![]() | SearchTooltipProperty | The name of the property that indicates the tooltip for the search edit box. Type: VSUI_TYPE_STRING. Default="Type words to search for". |
![]() ![]() | SearchTrimsWhitespacesProperty | The name of the property that indicates whether the search string has whitespaces trimmed from beginning and end before starting a search or adding the item to MRU list. Type: VSUI_TYPE_BOOL. Default=True. |
![]() ![]() | SearchUseMRUProperty | The name of the property that indicates whether the search control should display MRU items in the drop-down popup. Type VSUI_TYPE_BOOL. Default=True. |
![]() ![]() | SearchWatermarkProperty | The string displayed in the search box when it's empty and doesn't have the focus. Type: VSUI_TYPE_STRING. Default="Search". |
![]() ![]() | UseDefaultThemeColorsProperty | The name of the property that indicates whether the search control should use only the colors of the default theme. This is usually set to true when the search control is hosted in a dialog whose colors don't change when the IDE theme changes. Type: VSUI_TYPE_BOOL. Default=False. |

