SearchSettingsDataSource.SearchButtonVisible 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 button is visible in the common search control. Default is true
; the button is visible.
public:
property bool SearchButtonVisible { bool get(); void set(bool value); };
public:
property bool SearchButtonVisible { bool get(); void set(bool value); };
public bool SearchButtonVisible { get; set; }
member this.SearchButtonVisible : bool with get, set
Public Property SearchButtonVisible As Boolean
Property Value
true if the search button is visible.