Share via


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.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<WebPartStorageAttribute(Storage.Shared)> _
<ResourcesAttribute("SearchBox_DDMode", "SearchBox_ScopeDD", "SearchBox_DDMode_ToolTip")> _
<BrowsableAttribute(True)> _
Public Property DropDownModeEx As DropDownModesEx
    Get
    Set
'Usage
Dim instance As SearchBoxEx
Dim value As DropDownModesEx

value = instance.DropDownModeEx

instance.DropDownModeEx = value
[WebPartStorageAttribute(Storage.Shared)]
[ResourcesAttribute("SearchBox_DDMode", "SearchBox_ScopeDD", "SearchBox_DDMode_ToolTip")]
[BrowsableAttribute(true)]
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