SearchBoxEx.DropDownWidth property

Gets or sets the fixed width for the 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 DropDownWidth As Integer
    Get
    Set
'Usage
Dim instance As SearchBoxEx
Dim value As Integer

value = instance.DropDownWidth

instance.DropDownWidth = value
public int DropDownWidth { get; set; }

Property value

Type: System.Int32
A 32-bit integer that specifies the width, in pixels, for the scopes dropdown.

See also

Reference

SearchBoxEx class

SearchBoxEx members

Microsoft.SharePoint.Portal.WebControls namespace