The UltimateSearchButton type exposes the following members.

Methods

  NameDescription
ApplyStyle
Copies any nonblank elements of the specified style to the Web control, overwriting any existing style elements of the control. This method is primarily used by control developers.
(Inherited from WebControl.)
ApplyStyleSheetSkin
Applies the style properties defined in the page style sheet to the control.
(Inherited from Control.)
CopyBaseAttributes
Copies the properties not encapsulated by the Style object from the specified Web server control to the Web server control that this method is called from. This method is used primarily by control developers.
(Inherited from WebControl.)
DataBind
Binds a data source to the invoked server control and all its child controls.
(Inherited from Control.)
Dispose
Enables a server control to perform final clean up before it is released from memory.
(Inherited from Control.)
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
FindControl
Searches the current naming container for a server control with the specified id parameter.
(Inherited from Control.)
Focus
Sets input focus to a control.
(Inherited from Control.)
GetClientID
Returns the client id of the search button.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
HasControls
Determines if the server control contains any child controls.
(Inherited from Control.)
MergeStyle
Copies any nonblank elements of the specified style to the Web control, but will not overwrite any existing style elements of the control. This method is used primarily by control developers.
(Inherited from WebControl.)
RenderBeginTag
Renders the HTML opening tag of the control to the specified writer. This method is used primarily by control developers.
(Inherited from WebControl.)
RenderControl
Outputs server control content to a provided HtmlTextWriter object and stores tracing information about the control if tracing is enabled.
(Inherited from Control.)
RenderEndTag
Renders the HTML closing tag of the control into the specified writer. This method is used primarily by control developers.
(Inherited from WebControl.)
ResolveClientUrl
Gets a URL that can be used by the browser.
(Inherited from Control.)
ResolveUrl
Converts a URL into one that is usable on the requesting client.
(Inherited from Control.)
SetRenderMethodDelegate
Assigns an event handler delegate to render the server control and its content into its parent control.
(Inherited from Control.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also