Freigeben über


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.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

'Declaration
Public Property SearchPopupAutoDropdown As Boolean
public bool SearchPopupAutoDropdown { get; set; }
public:
property bool SearchPopupAutoDropdown {
    bool get ();
    void set (bool value);
}
member SearchPopupAutoDropdown : bool with get, set
function get SearchPopupAutoDropdown () : boolean 
function set SearchPopupAutoDropdown (value : boolean)

Property Value

Type: Boolean
true if the popup is shown when the user begins typing.

.NET Framework Security

See Also

Reference

SearchSettingsDataSource Class

Microsoft.VisualStudio.PlatformUI Namespace