SearchSettingsDataSource.SearchPopupAutoDropdown Property
Gets or sets a flag indicating whether the search popup is automatically shown when the user begins typing. This is only relevant for delayed and on-demand searches in the Visual Studio common search control. Default is true; the search popup is automatically shown.
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.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: System.Boolean
Returns the flag indicating that the popup is shown when the user begins typing.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.