SearchBoxEx.RegisterStyles Property

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

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<WebPartStorageAttribute(Storage.Shared)> _
<BrowsableAttribute(False)> _
Public Property RegisterStyles As Boolean
    Get
    Set
'Usage
Dim instance As SearchBoxEx
Dim value As Boolean

value = instance.RegisterStyles

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

Property Value

Type: System.Boolean
true to register styles; otherwise, false.

See Also

Reference

SearchBoxEx Class

SearchBoxEx Members

Microsoft.SharePoint.Portal.WebControls Namespace