ContentPage.SearchBox Property
Gets the primary search box object for the content page.
Namespace: Microsoft.WindowsServerSolutions.Web
Assembly: Wssg.Web (in Wssg.Web.dll)
Syntax
public SearchBox SearchBox { get; }
public:
property SearchBox^ SearchBox {
SearchBox^ get();
}
Public ReadOnly Property SearchBox As SearchBox
Property Value
Type: Microsoft.WindowsServerSolutions.Web.Controls.SearchBox
An instance of SearchBox.
See Also
ContentPage Class
Microsoft.WindowsServerSolutions.Web Namespace
Return to top