SearchSettingsDataSource::SearchPopupAutoDropdown Property

 

Determines whether the search popup is automatically shown when the user begins typing. This is only relevant for delayed and on-demand searches in the common search control. Default is true; the search popup is automatically shown.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property bool SearchPopupAutoDropdown {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the popup is shown when the user begins typing.

Return to top
Show: