Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.