: SearchBoxEx.DropDownModeEx (Propiedad) (Microsoft.SharePoint.Portal.WebControls)
Gets or sets the display mode for the search box Web Part's scopes dropdown in the search box Web Part.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
<WebPartStorageAttribute(Storage.Shared)> _
<ResourcesAttribute("SearchBox_DDMode", "SearchBox_ScopeDD", "SearchBox_DDMode_ToolTip")> _
<BrowsableAttribute(True)> _
Public Property DropDownModeEx As DropDownModesEx
'Uso
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; }
Valor de propiedad
A value from the DropDownModes enumeration indicating the display mode for the scopes dropdown.
Vea también
Referencia
SearchBoxEx (Clase)
SearchBoxEx (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)