SearchSettingsDataSource::SearchButtonVisible Property

 

Determines whether the search button is visible in the common search control. Default is true; the button is visible.

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

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

Property Value

Type: System::Boolean

true if the search button is visible.

Return to top
Show: