: SearchBoxEx.DropDownMode (Propiedad) (Microsoft.SharePoint.Portal.WebControls)
Gets or sets the display mode for the search box Web Part's scopes dropdown.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
<ResourcesAttribute("SearchBox_DDMode", "SearchBox_ScopeDD", "SearchBox_DDMode_ToolTip")> _
<WebPartStorageAttribute(Storage.None)> _
<BrowsableAttribute(False)> _
Public Property DropDownMode As DropDownModes
'Uso
Dim instance As SearchBoxEx
Dim value As DropDownModes
value = instance.DropDownMode
instance.DropDownMode = value
[ResourcesAttribute("SearchBox_DDMode", "SearchBox_ScopeDD", "SearchBox_DDMode_ToolTip")]
[WebPartStorageAttribute(Storage.None)]
[BrowsableAttribute(false)]
public DropDownModes DropDownMode { get; set; }
Valor de propiedad
A value from the DropDownModes enumeration indicating the display mode for the scopes drop down.
Vea también
Referencia
SearchBoxEx (Clase)
SearchBoxEx (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)