SearchSettingsDataSource.SearchPopupAutoDropdown Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
property bool SearchPopupAutoDropdown { bool get(); void set(bool value); };
public:
property bool SearchPopupAutoDropdown { bool get(); void set(bool value); };
public bool SearchPopupAutoDropdown { get; set; }
member this.SearchPopupAutoDropdown : bool with get, set
Public Property SearchPopupAutoDropdown As Boolean
Property Value
true if the popup is shown when the user begins typing.