CoreResultsWebPart.ShowWindowsSearch Property
Gets or sets a Boolean value that specifies whether the Search From Windows control is displayed in the action links.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<WebBrowsableAttribute(False)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property ShowWindowsSearch As Boolean
Get
Set
'Usage
Dim instance As CoreResultsWebPart
Dim value As Boolean
value = instance.ShowWindowsSearch
instance.ShowWindowsSearch = value
[WebBrowsableAttribute(false)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
public bool ShowWindowsSearch { get; set; }
Property Value
Type: System.Boolean
true if the control is displayed; otherwise, false.