SearchBox.SearchBoxTableClass Property
This class or member is deprecated. When you upgrade or write new applications that use this class or member, use the new class or member instead. For Enterprise Search in Microsoft Office SharePoint Server 2007, use the SearchBoxEx instead. Gets or sets the background color for this Web Part.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property SearchBoxTableClass As String
Get
Set
'Usage
Dim instance As SearchBox
Dim value As String
value = instance.SearchBoxTableClass
instance.SearchBoxTableClass = value
public string SearchBoxTableClass { get; set; }
Property Value
Type: System.String
A string that contains the background color for this Web Part. The default value is "ms-sbtable".
Remarks
The SearchBoxTableClass property is read/write.