SearchBox Class
Provides a text box and a button that are used to search for content.
Namespace: Microsoft.WindowsServerSolutions.Web.Controls
Assembly: Wssg.Web (in Wssg.Web.dll)
Inheritance Hierarchy
System.Object
System.Web.UI.Control
System.Web.UI.TemplateControl
System.Web.UI.UserControl
Microsoft.WindowsServerSolutions.Web.Controls.SearchBox
Syntax
public abstract class SearchBox : UserControl
public ref class SearchBox abstract : UserControl
Public MustInherit Class SearchBox
Inherits UserControl
Constructors
Name | Description | |
---|---|---|
![]() |
SearchBox() | Initializes a new instance of the SearchBox class. |
Properties
Name | Description | |
---|---|---|
![]() |
Adapter | (Inherited from Control.) |
![]() |
Application | (Inherited from UserControl.) |
![]() |
AppRelativeTemplateSourceDirectory | (Inherited from Control.) |
![]() |
AppRelativeVirtualPath | (Inherited from TemplateControl.) |
![]() |
Attributes | (Inherited from UserControl.) |
![]() |
Button | Gets the image button for the search box. |
![]() |
Cache | (Inherited from UserControl.) |
![]() |
CachePolicy | (Inherited from UserControl.) |
![]() |
ChildControlsCreated | (Inherited from Control.) |
![]() |
ClearButtonImage | Gets the image for the clear button. |
![]() |
ClientID | (Inherited from Control.) |
![]() |
ClientIDMode | (Inherited from Control.) |
![]() |
ClientIDSeparator | (Inherited from Control.) |
![]() |
Context | (Inherited from Control.) |
![]() |
Controls | (Inherited from Control.) |
![]() |
CssClass | Gets or sets the css class for the search box. |
![]() |
DesignMode | (Inherited from Control.) |
![]() |
EnableTheming | (Inherited from TemplateControl.) |
![]() |
EnableViewState | (Inherited from Control.) |
![]() |
Events | (Inherited from Control.) |
![]() |
HasChildViewState | (Inherited from Control.) |
![]() |
ID | (Inherited from Control.) |
![]() |
IdSeparator | (Inherited from Control.) |
![]() |
IsChildControlStateCleared | (Inherited from Control.) |
![]() |
IsPostBack | (Inherited from UserControl.) |
![]() |
IsTrackingViewState | (Inherited from Control.) |
![]() |
IsViewStateEnabled | (Inherited from Control.) |
![]() |
LoadViewStateByID | (Inherited from Control.) |
![]() |
NamingContainer | (Inherited from Control.) |
![]() |
OnClientSearch | Gets or sets the event that is raised when the search button is clicked. |
![]() |
OnClientTextChanged | Gets or sets the event when text is entered. |
![]() |
Page | (Inherited from Control.) |
![]() |
Parent | (Inherited from Control.) |
![]() |
Query | Gets the text from the text box. |
![]() |
RenderingCompatibility | (Inherited from Control.) |
![]() |
Request | (Inherited from UserControl.) |
![]() |
Response | (Inherited from UserControl.) |
![]() |
Server | (Inherited from UserControl.) |
![]() |
Session | (Inherited from UserControl.) |
![]() |
Site | (Inherited from Control.) |
![]() |
SkinID | (Inherited from Control.) |
![]() |
TemplateControl | (Inherited from Control.) |
![]() |
TemplateSourceDirectory | (Inherited from Control.) |
![]() |
TextBox | Gets the text box instance. |
![]() |
Trace | (Inherited from UserControl.) |
![]() |
UniqueID | (Inherited from Control.) |
![]() |
ValidateRequestMode | (Inherited from Control.) |
![]() |
ViewState | (Inherited from Control.) |
![]() |
ViewStateIgnoresCase | (Inherited from Control.) |
![]() |
ViewStateMode | (Inherited from Control.) |
![]() |
Visible | (Inherited from Control.) |
![]() |
Watermark | Gets or sets the watermark. |
Methods
Fields
Name | Description | |
---|---|---|
![]() ![]() |
SearchEvent | Defines a SearchEvent object. |
Events
Name | Description | |
---|---|---|
![]() |
AbortTransaction | (Inherited from TemplateControl.) |
![]() |
CommitTransaction | (Inherited from TemplateControl.) |
![]() |
DataBinding | (Inherited from Control.) |
![]() |
Disposed | (Inherited from Control.) |
![]() |
Error | (Inherited from TemplateControl.) |
![]() |
Init | (Inherited from Control.) |
![]() |
Load | (Inherited from Control.) |
![]() |
PreRender | (Inherited from Control.) |
![]() |
Search | Represents an event that occurs when the search button is clicked. |
![]() |
Unload | (Inherited from Control.) |
Explicit Interface Implementations
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.Web.Controls Namespace
Return to top