SearchBox.CssClass Property
Gets or sets the css class for the search box.
Namespace: Microsoft.WindowsServerSolutions.Web.Controls
Assembly: Wssg.Web (in Wssg.Web.dll)
Syntax
public string CssClass { get; set; }
public:
property String^ CssClass {
String^ get();
void set(String^ value);
}
Public Property CssClass As String
Property Value
Type: System.String
An instance of String that contains the css class name.
See Also
SearchBox Class
Microsoft.WindowsServerSolutions.Web.Controls Namespace
Return to top