SearchBoxEx.TextBeforeDropDown Property
Gets or sets the text displayed in front of the search box Web Part's scopes dropdown.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property TextBeforeDropDown As String
Get
Set
'Usage
Dim instance As SearchBoxEx
Dim value As String
value = instance.TextBeforeDropDown
instance.TextBeforeDropDown = value
public string TextBeforeDropDown { get; set; }
Property Value
Type: System.String
A string that contains the text displayed in front of the scopes dropdown.