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.
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 | |
|---|---|---|
| .jpeg) | SearchBox() | Initializes a new instance of the SearchBox class. | 
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | Adapter | (Inherited from Control.) | 
| .jpeg) | Application | (Inherited from UserControl.) | 
| .jpeg) | AppRelativeTemplateSourceDirectory | (Inherited from Control.) | 
| .jpeg) | AppRelativeVirtualPath | (Inherited from TemplateControl.) | 
| .jpeg) | Attributes | (Inherited from UserControl.) | 
| .jpeg) | Button | Gets the image button for the search box. | 
| .jpeg) | Cache | (Inherited from UserControl.) | 
| .jpeg) | CachePolicy | (Inherited from UserControl.) | 
| .jpeg) | ChildControlsCreated | (Inherited from Control.) | 
| .jpeg) | ClearButtonImage | Gets the image for the clear button. | 
| .jpeg) | ClientID | (Inherited from Control.) | 
| .jpeg) | ClientIDMode | (Inherited from Control.) | 
| .jpeg) | ClientIDSeparator | (Inherited from Control.) | 
| .jpeg) | Context | (Inherited from Control.) | 
| .jpeg) | Controls | (Inherited from Control.) | 
| .jpeg) | CssClass | Gets or sets the css class for the search box. | 
| .jpeg) | DesignMode | (Inherited from Control.) | 
| .jpeg) | EnableTheming | (Inherited from TemplateControl.) | 
| .jpeg) | EnableViewState | (Inherited from Control.) | 
| .jpeg) | Events | (Inherited from Control.) | 
| .jpeg) | HasChildViewState | (Inherited from Control.) | 
| .jpeg) | ID | (Inherited from Control.) | 
| .jpeg) | IdSeparator | (Inherited from Control.) | 
| .jpeg) | IsChildControlStateCleared | (Inherited from Control.) | 
| .jpeg) | IsPostBack | (Inherited from UserControl.) | 
| .jpeg) | IsTrackingViewState | (Inherited from Control.) | 
| .jpeg) | IsViewStateEnabled | (Inherited from Control.) | 
| .jpeg) | LoadViewStateByID | (Inherited from Control.) | 
| .jpeg) | NamingContainer | (Inherited from Control.) | 
| .jpeg) | OnClientSearch | Gets or sets the event that is raised when the search button is clicked. | 
| .jpeg) | OnClientTextChanged | Gets or sets the event when text is entered. | 
| .jpeg) | Page | (Inherited from Control.) | 
| .jpeg) | Parent | (Inherited from Control.) | 
| .jpeg) | Query | Gets the text from the text box. | 
| .jpeg) | RenderingCompatibility | (Inherited from Control.) | 
| .jpeg) | Request | (Inherited from UserControl.) | 
| .jpeg) | Response | (Inherited from UserControl.) | 
| .jpeg) | Server | (Inherited from UserControl.) | 
| .jpeg) | Session | (Inherited from UserControl.) | 
| .jpeg) | Site | (Inherited from Control.) | 
| .jpeg) | SkinID | (Inherited from Control.) | 
| .jpeg) | TemplateControl | (Inherited from Control.) | 
| .jpeg) | TemplateSourceDirectory | (Inherited from Control.) | 
| .jpeg) | TextBox | Gets the text box instance. | 
| .jpeg) | Trace | (Inherited from UserControl.) | 
| .jpeg) | UniqueID | (Inherited from Control.) | 
| .jpeg) | ValidateRequestMode | (Inherited from Control.) | 
| .jpeg) | ViewState | (Inherited from Control.) | 
| .jpeg) | ViewStateIgnoresCase | (Inherited from Control.) | 
| .jpeg) | ViewStateMode | (Inherited from Control.) | 
| .jpeg) | Visible | (Inherited from Control.) | 
| .jpeg) | Watermark | Gets or sets the watermark. | 
Methods
Fields
| Name | Description | |
|---|---|---|
| .jpeg) .jpeg) | SearchEvent | Defines a SearchEvent object. | 
Events
| Name | Description | |
|---|---|---|
| .jpeg) | AbortTransaction | (Inherited from TemplateControl.) | 
| .jpeg) | CommitTransaction | (Inherited from TemplateControl.) | 
| .jpeg) | DataBinding | (Inherited from Control.) | 
| .jpeg) | Disposed | (Inherited from Control.) | 
| .jpeg) | Error | (Inherited from TemplateControl.) | 
| .jpeg) | Init | (Inherited from Control.) | 
| .jpeg) | Load | (Inherited from Control.) | 
| .jpeg) | PreRender | (Inherited from Control.) | 
| .jpeg) | Search | Represents an event that occurs when the search button is clicked. | 
| .jpeg) | 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
.jpeg)
.jpeg)
.jpeg)
.jpeg)