: SearchBoxEx.DropDownWidth (Propiedad) (Microsoft.SharePoint.Portal.WebControls)
Gets or sets the fixed width for the scopes dropdown in the search box Web Part.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
<DefaultValueAttribute(0)> _
<WebPartStorageAttribute(Storage.Shared)> _
<ResourcesAttribute("SearchBox_DDWidth", "SearchBox_ScopeDD", "SearchBox_DDWidth_ToolTip")> _
Public Property DropDownWidth As Integer
'Uso
Dim instance As SearchBoxEx
Dim value As Integer
value = instance.DropDownWidth
instance.DropDownWidth = value
[DefaultValueAttribute(0)]
[WebPartStorageAttribute(Storage.Shared)]
[ResourcesAttribute("SearchBox_DDWidth", "SearchBox_ScopeDD", "SearchBox_DDWidth_ToolTip")]
public int DropDownWidth { get; set; }
Valor de propiedad
A 32-bit integer that specifies the width, in pixels, for the scopes dropdown.
Vea también
Referencia
SearchBoxEx (Clase)
SearchBoxEx (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)