Compartir a través de


: SearchBoxEx.RegisterStyles (Propiedad) (Microsoft.SharePoint.Portal.WebControls)

Gets or sets whether to register styles for the search box Web Part.

Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)

Sintaxis

'Declaración
<WebPartStorageAttribute(Storage.Shared)> _
<BrowsableAttribute(False)> _
Public Property RegisterStyles As Boolean
'Uso
Dim instance As SearchBoxEx
Dim value As Boolean

value = instance.RegisterStyles

instance.RegisterStyles = value
[WebPartStorageAttribute(Storage.Shared)] 
[BrowsableAttribute(false)] 
public bool RegisterStyles { get; set; }

Valor de propiedad

true to register styles; otherwise, false.

Vea también

Referencia

SearchBoxEx (Clase)
SearchBoxEx (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)