SearchSettingsDataSource.SearchButtonVisible Property

Gets or sets a flag indicating whether the search button is visible in the Visual Studio common search control. Default is true; the button is visible.

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

Syntax

'宣告
Public Property SearchButtonVisible As Boolean
public bool SearchButtonVisible { get; set; }

Property Value

Type: System.Boolean
Returns the flag indicating whether the search button is visible.

.NET Framework Security

See Also

Reference

SearchSettingsDataSource Class

Microsoft.VisualStudio.PlatformUI Namespace