SearchBoxEx.DropDownModeEx property

Gets or sets the display mode for the search box Web Part's scopes dropdown in the search box Web Part.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Property DropDownModeEx As DropDownModesEx
    Get
    Set
'Usage
Dim instance As SearchBoxEx
Dim value As DropDownModesEx

value = instance.DropDownModeEx

instance.DropDownModeEx = value
public DropDownModesEx DropDownModeEx { get; set; }

Property value

Type: Microsoft.SharePoint.Portal.WebControls.DropDownModesEx
A value from the DropDownModes enumeration indicating the display mode for the scopes dropdown.

See also

Reference

SearchBoxEx class

SearchBoxEx members

Microsoft.SharePoint.Portal.WebControls namespace