UltimateSearchButton Class

UltimateSearch

Collapse imageExpand ImageCopy imageCopyHover image
Represents a multi-button control that allows the user to submit search terms.

Namespace: Karamasoft.WebControls.UltimateSearch
Assembly: UltimateSearch (in UltimateSearch.dll) Version: 3.7.4186.26690

Syntax

C#
public class UltimateSearchButton : WebControl, 
	INamingContainer
Visual Basic
Public Class UltimateSearchButton _
	Inherits WebControl _
	Implements INamingContainer
Visual C++
public ref class UltimateSearchButton : public WebControl, 
	INamingContainer

Remarks

You can set the ButtonType property to Button, ImageButton, or LinkButton.

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI.WebControls..::..WebControl
      Karamasoft.WebControls.UltimateSearch..::..UltimateSearchButton

See Also